From 21418cfb52b87a32cfdc9bb14be83b85a8e70281 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 28 Oct 2018 00:03:15 +0200 Subject: Remove debug --- src/stylesheet_editor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stylesheet_editor.c b/src/stylesheet_editor.c index 753918a..8100472 100644 --- a/src/stylesheet_editor.c +++ b/src/stylesheet_editor.c @@ -235,7 +235,6 @@ static void update_bg(struct presentation *p, const char *style_name, gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(col1w), &rgba); if ( rgba.alpha < 0.000001 ) rgba.alpha = 0.0; col1 = gdk_rgba_to_string(&rgba); - printf("got colour %s\n", col1); gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(col2w), &rgba); col2 = gdk_rgba_to_string(&rgba); -- cgit v1.2.3