Skip to content

Commit

Permalink
omg forgot a debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Oct 24, 2024
1 parent 7ae80d5 commit ca5282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druntime/src/core/internal/gc/impl/conservative/gc.d
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,7 @@ struct Gcx
if (Thread.getThis() is null)
return 0;

printf("Running GC\n");
// printf("Running GC\n");

MonoTime start, stop, begin;
begin = start = currTime;
Expand Down

0 comments on commit ca5282f

Please sign in to comment.