X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.c;fp=libchimara%2Fstyle.c;h=48883a94a0ba4d3e6d55c707a897f5181b308b19;hb=b4edce061b3ad51cd2c2be1ae996c724481ef4e0;hp=e9bfd888d5bcdcd29de79b1a736035a114432a96;hpb=a2719c489bac9e4c1902e5476140a924a7d42b78;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/style.c b/libchimara/style.c index e9bfd88..48883a9 100644 --- a/libchimara/style.c +++ b/libchimara/style.c @@ -749,7 +749,6 @@ apply_stylehint_to_tag(GtkTextTag *tag, GtkTextTag *default_tag, glui32 wintype, step be a scaling of 1.2 */ scale = pow(1.2, (double)val); } - g_printerr("Setting tag to %f\n", scale); g_object_set(tag_object, "scale", scale, "scale-set", TRUE, NULL); } break;