remove debug print
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Mon, 16 Jul 2001 16:41:36 +0000 (16:41 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Mon, 16 Jul 2001 16:41:36 +0000 (16:41 +0000)
src/summaryview.c

index ebda051d62240cf3b9a8a9c4aa59f6a8377430b9..5c862051f578b1dc2d4c698d883f949d42a4d0f7 100644 (file)
@@ -386,7 +386,6 @@ static void label_menu_item_activate_cb(GtkWidget *widget, gpointer data)
                
        color <<= 7;
 
-       g_print("ACTIVATING!!!\n");
        summary_set_label(view, color, NULL);
 }