Skip to content

Commit ca5282f

Browse files
committed
omg forgot a debug printf
1 parent 7ae80d5 commit ca5282f

File tree

1 file changed

+1
-1
lines changed
  • druntime/src/core/internal/gc/impl/conservative

1 file changed

+1
-1
lines changed

druntime/src/core/internal/gc/impl/conservative/gc.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ struct Gcx
30483048
if (Thread.getThis() is null)
30493049
return 0;
30503050

3051-
printf("Running GC\n");
3051+
// printf("Running GC\n");
30523052

30533053
MonoTime start, stop, begin;
30543054
begin = start = currTime;

0 commit comments

Comments
 (0)