[Bf-blender-cvs] [4cf3977a742] master: Cleanup: printf from xdg parsing

Campbell Barton noreply at git.blender.org
Wed Feb 26 09:10:08 CET 2020


Commit: 4cf3977a742af1075301854f2291c8e12b1e537d
Author: Campbell Barton
Date:   Wed Feb 26 18:42:51 2020 +1100
Branches: master
https://developer.blender.org/rB4cf3977a742af1075301854f2291c8e12b1e537d

Cleanup: printf from xdg parsing

===================================================================

M	source/blender/editors/space_file/fsmenu.c

===================================================================

diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c
index ecbd4696e1b..1fbc07c7a5d 100644
--- a/source/blender/editors/space_file/fsmenu.c
+++ b/source/blender/editors/space_file/fsmenu.c
@@ -162,7 +162,6 @@ static GHash *fsmenu_xdg_user_dirs_parse(const char *home)
           }
 
           BLI_ghash_insert(xdg_map, BLI_strdup(l), BLI_strdup(l_value_final));
-          printf("'%s' = '%s'\n", l, l_value_final);
         }
       }
     }



More information about the Bf-blender-cvs mailing list