diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index b9eeaeb..36c2173 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -854,7 +854,6 @@ void on_language_clicked(GtkWidget *, main_window *widgets){ if ((found==size)&&statusfound==size){ gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(window->DefaultCheck),1); } - printf("%d == %d == %d\n",found,size,statusfound); dictionary *dict=NULL; yon_dictionary_add_or_create_if_exists_with_data(dict,"widgets",widgets); @@ -1777,7 +1776,6 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){ yon_debug_output("Install state: %s\n",yon_char_from_int(main_config.install_complete)); if (!main_config.install_complete){ gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION); - printf("still deactivated\n"); gtk_widget_set_sensitive(widgets->CancelInstallButton,0); gtk_widget_set_sensitive(widgets->NextButton,0); gtk_widget_set_sensitive(widgets->BackButton,0);