From 1b299e658f04708d5896d43189faf93cf69fba3e Mon Sep 17 00:00:00 2001 From: Scoopta Date: Thu, 5 Mar 2020 19:07:25 -0800 Subject: [PATCH] Removed debug print --- src/wofi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wofi.c b/src/wofi.c index 165046b..b9b31a9 100644 --- a/src/wofi.c +++ b/src/wofi.c @@ -410,7 +410,6 @@ static void update_surface_size(void) { gtk_window_resize(GTK_WINDOW(window), width, height); gtk_widget_set_size_request(scroll, width, height); - printf("%lux%lu\n", width, height); } static void widget_allocate(GtkWidget* widget, GdkRectangle* allocation, gpointer data) {