From d4211b9e21e4d8e76fa822df997df55b3a697126 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 3 Sep 2023 16:33:13 +0200 Subject: Remove debug output --- src/mgl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mgl.c b/src/mgl.c index 2a5325e..08cd9f8 100644 --- a/src/mgl.c +++ b/src/mgl.c @@ -81,7 +81,6 @@ int mgl_init(void) { return -1; } - fprintf(stderr, "randr event base: %d\n", context.randr_event_base); XRRSelectInput(context.connection, DefaultRootWindow(context.connection), RRScreenChangeNotifyMask | RRCrtcChangeNotifyMask | RROutputChangeNotifyMask); XInitThreads(); -- cgit v1.2.3