Skip to content

Commit 8d8725d

Browse files
Remove debugging code
1 parent e8baa46 commit 8d8725d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tracelist.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,8 +1945,6 @@ _mstl3_pack_impl (MS3TraceList *mstl, void (*record_handler) (char *, int, void
19451945

19461946
if (update_latency > flush_idle_nanoseconds)
19471947
{
1948-
ms_log (0, "DEBUG %s: Flushing segment due to idle time: %" PRIu64 " seconds\n", id->sid,
1949-
update_latency / NSTMODULUS);
19501948
flags |= MSF_FLUSHDATA;
19511949
}
19521950
}

0 commit comments

Comments
 (0)