summaryrefslogtreecommitdiff
path: root/daemon/mount.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:42:52 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:42:52 +0000
commit679e6352f279c4bc8b752866961cd75365a2cb3a (patch)
tree445cdcf0a3be76ccac0784864b8bb676a9169412 /daemon/mount.c
parentca898f1e7867fea635ed53c2a0407a2ed1cb2de3 (diff)
downloadgvfs-679e6352f279c4bc8b752866961cd75365a2cb3a.tar.gz
Remove debug spew
Original git commit by Alexander Larsson <alexl@redhat.com> at 1179221836 +0200 svn path=/trunk/; revision=566
Diffstat (limited to 'daemon/mount.c')
-rw-r--r--daemon/mount.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/daemon/mount.c b/daemon/mount.c
index 81483ce0..9b8348ca 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -638,13 +638,10 @@ lookup_mount (DBusConnection *connection,
dbus_message_iter_init (message, &iter);
spec = g_mount_spec_from_dbus (&iter);
- g_print ("lookup_mount %s\n", g_mount_spec_to_string (spec));
-
reply = NULL;
if (spec != NULL)
{
mount = match_vfs_mount (spec);
- g_print ("match_vfs_mount: %p\n", mount);
if (mount == NULL)
reply = maybe_automount (spec, message, connection, do_automount);
@@ -702,8 +699,6 @@ list_mounts (DBusConnection *connection,
{
mount = l->data;
- g_print ("mount: %p, name: %s, spec: %p\n", mount, mount->display_name, mount->mount_spec);
-
vfs_mount_to_dbus (mount, &array_iter);
}