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) {