aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-08-16 13:44:25 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-08-16 13:44:25 +0200
commite49b84b945338bd53e8f0a46c57e217eb199cf7d (patch)
tree3c3dd6fccd3e7027bceef5dc63bfb36327dccc1f
parent9efa246de8d45b0d0d95ea75e9a3c4db9e4a3242 (diff)
downloadgterm-e49b84b945338bd53e8f0a46c57e217eb199cf7d.tar.gz
drop debug printf
-rw-r--r--gload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gload.c b/gload.c
index a6ddf21..6575461 100644
--- a/gload.c
+++ b/gload.c
@@ -221,7 +221,6 @@ static gload *gload_new(GKeyFile *cfg)
highlight ? highlight : "",
highlight ? "'" : "",
label);
- fprintf(stderr, "%s\n", markup);
gtk_label_set_markup(GTK_LABEL(gl->label), markup);
g_free(markup);