remove superfluous undo/redo debug_prints; clear statusbar on LOCAL incorporation
[claws.git] / src / compose.c
index 2c338651ea8bcc7c439a043d0e6e07a8f1541cca..0d37d831b8d63f93e52da0708bb062f9513b6155 100644 (file)
@@ -6181,14 +6181,11 @@ static void compose_undo_state_changed(UndoMain *undostruct, gint undo_state,
 
        g_return_if_fail(widget != NULL);
 
-       debug_print("Set_undo.  UNDO:%i  REDO:%i\n", undo_state, redo_state);
-
        ifactory = gtk_item_factory_from_widget(widget);
 
        switch (undo_state) {
        case UNDO_STATE_TRUE:
                if (!undostruct->undo_state) {
-                       debug_print ("Set_undo - Testpoint\n");
                        undostruct->undo_state = TRUE;
                        menu_set_sensitive(ifactory, "/Edit/Undo", TRUE);
                }
@@ -6568,7 +6565,7 @@ static void compose_close_cb(gpointer data, guint action, GtkWidget *widget)
 {
        Compose *compose = (Compose *)data;
        AlertValue val;
-    
+
        if (compose->exteditor_tag != -1) {
                if (!compose_ext_editor_kill(compose))
                        return;