[nautilus] toolbar: remove debug spew
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] toolbar: remove debug spew
- Date: Mon, 26 Jan 2015 15:50:12 +0000 (UTC)
commit 2957dcc40e4098389b8e0645b2b2c7b14550f486
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jan 26 15:49:53 2015 +0000
toolbar: remove debug spew
src/nautilus-toolbar.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 06dd740..93b1c1b 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -399,7 +399,6 @@ zoom_level_changed (GtkRange *range,
slot = nautilus_window_get_active_slot (self->priv->window);
view = nautilus_window_slot_get_current_view (slot);
- g_print ("changing action state to %f in toolbar\n", zoom_level);
g_action_group_change_action_state (nautilus_view_get_action_group (view),
"zoom-to-level",
g_variant_new_int32 ((gint) zoom_level));
@@ -597,7 +596,6 @@ nautilus_toolbar_reset_menus (NautilusToolbar *self)
gtk_widget_set_visible (self->priv->sort_search_relevance, sort_search);
variant = g_action_group_get_action_state (view_action_group, "zoom-to-level");
- g_print ("reading back %d in the update\n", g_variant_get_int32 (variant));
gtk_adjustment_set_value (self->priv->zoom_adjustment,
g_variant_get_int32 (variant));
g_variant_unref (variant);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]