diff --git a/src/corelib/scene.c b/src/corelib/scene.c index ec870f3..3a225f1 100644 --- a/src/corelib/scene.c +++ b/src/corelib/scene.c @@ -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 {