aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index fce5306..dfd3fe6 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1085,7 +1085,6 @@ void update_titlebar(struct presentation *p)
title = malloc(strlen(p->titlebar)+14);
sprintf(title, "%s - Colloquium", p->titlebar);
gtk_window_set_title(GTK_WINDOW(p->window), title);
- printf("Set title '%s'\n", title);
free(title);
}