Need to remove extraneous printf

This commit is contained in:
Justin Ethier 2015-10-26 23:08:15 -04:00
parent aee0525588
commit d069be3387

1
gc.c
View file

@ -1,3 +1,4 @@
TODO: what the fuck is being printed by the runtime? looks like a time_t? find and remove it from this branch and gc-dev3
/* A basic mark-sweep GC
As of now, the GC code is based off the implementation from chibi scheme