[gnome-control-center] keyboard: Remove stray debug messages
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] keyboard: Remove stray debug messages
- Date: Mon, 11 Nov 2019 17:34:57 +0000 (UTC)
commit 01193fb7ced8d9d1338df97ec56100ca5f687ee6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Nov 11 14:34:24 2019 -0300
keyboard: Remove stray debug messages
These sneaked in in !19. Remove them.
panels/keyboard/cc-alt-chars-key-dialog.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/panels/keyboard/cc-alt-chars-key-dialog.c b/panels/keyboard/cc-alt-chars-key-dialog.c
index 3cce824f8..4f778b103 100644
--- a/panels/keyboard/cc-alt-chars-key-dialog.c
+++ b/panels/keyboard/cc-alt-chars-key-dialog.c
@@ -96,13 +96,11 @@ update_active_radio (CcAltCharsKeyDialog *self)
if (!radio)
continue;
- g_message ("Found radio for %s", options[i]);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), TRUE);
return;
}
/* Fallback to Right Alt as default */
- g_message ("Using fallback");
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (self->rightalt_radio), TRUE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]