mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
removed more debug prints
This commit is contained in:
parent
d66d4807b3
commit
d3de4c0e66
@ -172,9 +172,6 @@ void cosmoV_getRegistry(CState *state) {
|
||||
cosmoV_error(state, "failed to grab %s from registry", cosmoV_typeStr(key));
|
||||
}
|
||||
|
||||
printf("got %s from registry - ", cosmoV_typeStr(val));
|
||||
printValue(val);
|
||||
printf("\n");
|
||||
cosmoV_pushValue(state, val);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user