Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-26 10:42:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-26 10:42:51 +0300
commit4cf3977a742af1075301854f2291c8e12b1e537d (patch)
tree6d3847ca56ad82e4f1cf15e697f47fea875cda95 /source/blender/editors
parent466d37e0b1551625209367c86a39f8f7992be2d8 (diff)
Cleanup: printf from xdg parsing
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_file/fsmenu.c1
1 files changed, 0 insertions, 1 deletions
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);
}
}
}