mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
removed debug prints, oops
This commit is contained in:
parent
1fcb35168f
commit
d66d4807b3
@ -511,8 +511,6 @@ bool cosmoO_getIString(CState *state, CObjObject *object, int flag, CValue *val)
|
||||
CObjObject *obj = object;
|
||||
|
||||
do {
|
||||
printf("getting flag %d from obj: %p\n", flag, obj);
|
||||
fflush(stdout);
|
||||
if (rawgetIString(state, obj, flag, val))
|
||||
return true;
|
||||
} while ((obj = obj->_obj.proto) != NULL); // sets obj to it's proto and compares it to NULL
|
||||
|
Loading…
Reference in New Issue
Block a user