[nautilus/wip/gbsneto/other-locations] remove debug messages



commit b16d632d7fa570667a2d0520111d2dc9e3f0478b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Jun 20 12:26:11 2015 -0300

    remove debug messages

 src/nautilus-window-slot.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index f2a171d..024a42c 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -874,8 +874,6 @@ begin_location_change (NautilusWindowSlot *slot,
 
        nautilus_profile_start (NULL);
 
-        g_message ("changing location began");
-
        /* If there is no new selection and the new location is
         * a (grand)parent of the old location then we automatically
         * select the folder the previous location was in */
@@ -1504,8 +1502,6 @@ end_location_change (NautilusWindowSlot *slot)
 {
        char *uri;
 
-        g_message ("changing location end");
-
        uri = nautilus_window_slot_get_location_uri (slot);
        if (uri) {
                DEBUG ("Finished loading window for uri %s", uri);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]