summaryrefslogtreecommitdiff
path: root/client/gvfsfusedaemon.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-07-31 15:52:54 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 15:52:54 +0200
commit023f677e887120b5b4ae159108f94dd1d39fd821 (patch)
tree18c901e60485433735baf34c2ea7073716db2ed2 /client/gvfsfusedaemon.c
parentffd0031b6cce90332d744a7aad370e5cd694cbba (diff)
downloadgvfs-023f677e887120b5b4ae159108f94dd1d39fd821.tar.gz
gdbus: Remove debug prints
Diffstat (limited to 'client/gvfsfusedaemon.c')
-rw-r--r--client/gvfsfusedaemon.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index b0ec1dde..675af27d 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -2302,8 +2302,6 @@ name_vanished_handler (GDBusConnection *connection,
const gchar *name,
gpointer user_data)
{
- g_print ("name_vanished_handler()\n");
-
/* The daemon died, unmount */
g_main_loop_quit (subthread_main_loop);
}
@@ -2314,8 +2312,6 @@ dbus_connection_closed (GDBusConnection *connection,
GError *error,
gpointer user_data)
{
- g_print ("dbus_connection_closed\n");
-
/* Session bus died, unmount */
g_main_loop_quit (subthread_main_loop);
}
@@ -2333,7 +2329,6 @@ register_fuse_cb (GVfsDBusMountTracker *proxy,
error->message, g_quark_to_string (error->domain), error->code);
g_error_free (error);
}
- g_print ("register_fuse_cb\n");
}
static gpointer