[gnome-commander] Remove output of g_file_path in stdout when setting up GnomeCmdFile instance



commit febc17f6886370333bf5390b1b6fb57184a5e110
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Fri Dec 25 16:27:27 2020 +0100

    Remove output of g_file_path in stdout when setting up GnomeCmdFile instance

 src/gnome-cmd-file.cc | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/gnome-cmd-file.cc b/src/gnome-cmd-file.cc
index bd60012f..c514617e 100644
--- a/src/gnome-cmd-file.cc
+++ b/src/gnome-cmd-file.cc
@@ -265,13 +265,11 @@ void gnome_cmd_file_setup (GnomeCmdFile *f, GnomeVFSFileInfo *info, GnomeCmdDir
 
     gnome_vfs_file_info_ref (f->info);
 
-    //auto fUriString = f->get_uri_str();
     auto fUriString = f->get_path();
 
     if (fUriString)
     {
         f->gFile = g_file_new_for_path(fUriString);
-        printf("g_file_path: %s\n", g_file_get_path(f->gFile));
         g_free(fUriString);
 
         GError *error;


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