forgot to remove a printf

-timj
This commit is contained in:
Tim Janik 1998-03-01 23:58:44 +00:00
parent 172d6433a7
commit d1f5f06082

View File

@ -353,7 +353,6 @@ gtk_statusbar_finalize (GtkObject *object)
g_free (list->data);
g_slist_free (statusbar->messages);
statusbar->keys = NULL;
printf("huhu\n");
GTK_OBJECT_CLASS (parent_class)->finalize (object);
}