Skip to content

Commit 9909e81

Browse files
authored
Remove redundant println from profiler (#2662)
As titled
1 parent 4b32476 commit 9909e81

File tree

1 file changed

+0
-2
lines changed
  • src/profiler/elastic_apm_profiler/src/profiler

1 file changed

+0
-2
lines changed

src/profiler/elastic_apm_profiler/src/profiler/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,6 @@ impl Profiler {
488488
unknown.AddRef();
489489
}
490490

491-
println!("hello world init");
492-
493491
let process_path = std::env::current_exe().map_err(|e| {
494492
// logging hasn't yet been initialized so unable to log
495493
E_FAIL

0 commit comments

Comments
 (0)