removed more debug prints

This commit is contained in:
CPunch 2023-09-05 14:45:03 -05:00 committed by cpunch
parent d66d4807b3
commit d3de4c0e66
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}