removed leftover debug log in scene
parent
415a0d5c97
commit
763c43aed6
|
@ -144,7 +144,6 @@ void _parse_config(FILE* file) {
|
|||
struct type_handler_t* handler = _find_handler_for(key);
|
||||
|
||||
if(handler != NULL) {
|
||||
printf("found handler\n");
|
||||
if(begin == '!') {
|
||||
handler->handler(NULL, argc, argv);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue