summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-02-18 10:20:16 +0100
committerAlexander Larsson <alexl@redhat.com>2011-02-18 10:20:16 +0100
commit2d904c778ce5b30649c4789f35fcd3ea44e7fa59 (patch)
tree199e16a11f063c3dd616dca9e769fed36ea5523c
parente5f4a1f0fe63b324cc62e94a46599b2e187b1121 (diff)
downloadnautilus-2d904c778ce5b30649c4789f35fcd3ea44e7fa59.tar.gz
Remove debug spew from previous commit
-rw-r--r--src/nautilus-window-manage-views.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-window-manage-views.c b/src/nautilus-window-manage-views.c
index bd293da51..6c259bd63 100644
--- a/src/nautilus-window-manage-views.c
+++ b/src/nautilus-window-manage-views.c
@@ -463,8 +463,6 @@ nautilus_window_slot_open_location_full (NautilusWindowSlot *slot,
use_same |= g_settings_get_boolean (nautilus_preferences, NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER) ||
(is_desktop && !nautilus_desktop_window_loaded (NAUTILUS_DESKTOP_WINDOW (window)));
- g_print ("use same %d\n", use_same);
-
old_location = nautilus_window_slot_get_location (slot);
app = nautilus_application_dup_singleton ();