aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-28 00:03:15 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-28 00:03:15 +0200
commit21418cfb52b87a32cfdc9bb14be83b85a8e70281 (patch)
tree77944d65437fa57755a7bc8bc16fd3e2c5b43f17
parenta26d29010432428ef51ffe6368329e7e61b9070f (diff)
Remove debugjson-stylesheets
-rw-r--r--src/stylesheet_editor.c1
1 files changed, 0 insertions, 1 deletions
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);