summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobqueryattributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gvfsjobqueryattributes.c')
-rw-r--r--daemon/gvfsjobqueryattributes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon/gvfsjobqueryattributes.c b/daemon/gvfsjobqueryattributes.c
index ba7d7be2..dea6b3ba 100644
--- a/daemon/gvfsjobqueryattributes.c
+++ b/daemon/gvfsjobqueryattributes.c
@@ -81,8 +81,6 @@ g_vfs_job_query_settable_attributes_new_handle (GVfsDBusMount *object,
{
GVfsJobQueryAttributes *job;
- g_print ("called QuerySettableAttributes()\n");
-
if (g_vfs_backend_invocation_first_handler (object, invocation, backend))
return TRUE;
@@ -109,8 +107,6 @@ g_vfs_job_query_writable_namespaces_new_handle (GVfsDBusMount *object,
{
GVfsJobQueryAttributes *job;
- g_print ("called QueryWritableNamespaces()\n");
-
if (g_vfs_backend_invocation_first_handler (object, invocation, backend))
return TRUE;