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:
parent
167386847d
commit
95a80303b5
|
@ -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 /////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue