File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments