summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/textbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/textbox.c b/source/textbox.c
index 8a66d87a..ff2c3edc 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -666,7 +666,6 @@ void textbox_setup ( Display *display )
void textbox_cleanup ( void )
{
- printf ( "cleanup\n" );
if ( p_context ) {
g_object_unref ( p_context );
p_context = NULL;