Remove unuseful debug line from layers code, this fix #2750334 which reports

a crash in that line caused by the conversion from string to an enum of the
layers.
This commit is contained in:
riccardom 2009-04-11 14:12:48 +00:00
parent 167386847d
commit 95a80303b5
1 changed files with 0 additions and 1 deletions

View File

@ -1253,7 +1253,6 @@ static void Modify_Layer(GtkWidget* widget, gpointer data)
default:
break;
}
LOG ("Changed %s to %d\n",Layer,gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget)));
}
/////////////////////////////// PRINTSCREEN /////////////////////////////////