diff options
Diffstat (limited to 'app/main.cpp')
-rw-r--r-- | app/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp index 0881659..6fd0e9a 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -79,7 +79,6 @@ int main(int argc, char *argv[]) // Create an event callback against an event type. Here a lambda is called when SyncDraw event occurs qwm->set_event_handler(QLibWindowmanager::Event_SyncDraw, [qwm, myname](json_object *object) { Q_UNUSED(object); - fprintf(stderr, "Surface got syncDraw!\n"); qwm->endDraw(myname); }); |