Skip to content

Commit 6ab9e15

Browse files
committed
remove println
1 parent fb4fbd3 commit 6ab9e15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gc-heap-snapshot.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ JL_DLLEXPORT void jl_gc_take_heap_snapshot(ios_t *stream) {
156156
while (gc_num.pause < 2) {
157157
jl_gc_collect(JL_GC_AUTO);
158158
}
159-
jl_printf(JL_STDERR, "pause: %d\n", gc_num.pause);
160159

161160
// Do a full GC mark (and incremental sweep), which will invoke our callbacks on `g_snapshot`
162161
jl_gc_collect(JL_GC_FULL);

0 commit comments

Comments
 (0)