From 319d60e44422f983ebd92589643c52081ffe65b9 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 23 Feb 2009 15:12:39 +0000 Subject: [PATCH] Remove accidentally commited spew 2009-02-23 Alexander Larsson * glocalfile.c: Remove accidentally commited spew svn path=/trunk/; revision=7903 --- gio/ChangeLog | 5 +++++ gio/glocalfile.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 82d5493..c7dca62 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2009-02-23 Alexander Larsson + + * glocalfile.c: + Remove accidentally commited spew + 2009-02-20 Alexander Larsson * gcontenttype.c: diff --git a/gio/glocalfile.c b/gio/glocalfile.c index 5ee7790..41de4ea 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -619,8 +619,6 @@ g_local_file_get_child_for_display_name (GFile *file, static const char * get_fs_type (long f_type) { - g_print ("get fstype for %ld\n", f_type); - /* filesystem ids taken from linux manpage */ switch (f_type) { @@ -947,7 +945,6 @@ g_local_file_query_filesystem_info (GFile *file, #endif GFileAttributeMatcher *attribute_matcher; - g_print ("g_local_file_query_filesystem_info\n"); no_size = FALSE; #ifdef USE_STATFS @@ -1028,10 +1025,8 @@ g_local_file_query_filesystem_info (GFile *file, #ifdef USE_STATFS #if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME) fstype = g_strdup(statfs_buffer.f_fstypename); - g_print ("using f_fstypename %s\n", fstype); #else fstype = get_fs_type (statfs_buffer.f_type); - g_print ("using f_type %s\n", fstype); #endif #elif defined(USE_STATVFS) && defined(HAVE_STRUCT_STATVFS_F_BASETYPE) -- 2.7.4