Skip to content

Commit 0576760

Browse files
author
Dong H. Ahn
committed
engine: Drop some traces that always print -- deadwood?
1 parent 0e32013 commit 0576760

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

launchmon/src/linux/sdbg_linux_launchmon.cxx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,12 +1752,6 @@ launchmon_rc_e linux_launchmon_t::handle_trap_after_attach_event(
17521752
// is invoked just once per job
17531753
#endif
17541754

1755-
{
1756-
self_trace_t::trace(
1757-
true, // print always
1758-
MODULENAME, 0, "Just continued the RM process out of the first trap");
1759-
}
1760-
17611755
set_last_seen(gettimeofdayD());
17621756

17631757
return LAUNCHMON_OK;
@@ -1919,13 +1913,6 @@ launchmon_rc_e linux_launchmon_t::handle_trap_after_exec_event(
19191913
endTS = gettimeofdayD();
19201914
accum += endTS - beginTS;
19211915
countHandler++;
1922-
// accum and countHandler now contain the cost of this handler which
1923-
// is invoked just once per job
1924-
{
1925-
self_trace_t::trace(
1926-
true, // print always
1927-
MODULENAME, 0, "Just continued the RM process out of the first trap");
1928-
}
19291916
#endif
19301917

19311918

0 commit comments

Comments
 (0)