[gimp] libgimpconfig: forgot debug output in gimp_config_path_unexpand_only()



commit 42647ec6d639dc29740bf3ae3b30c06caaed0f25
Author: Michael Natterer <mitch gimp org>
Date:   Sun Sep 4 15:25:45 2016 +0200

    libgimpconfig: forgot debug output in gimp_config_path_unexpand_only()

 libgimpconfig/gimpconfig-path.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libgimpconfig/gimpconfig-path.c b/libgimpconfig/gimpconfig-path.c
index 1aff673..05479c8 100644
--- a/libgimpconfig/gimpconfig-path.c
+++ b/libgimpconfig/gimpconfig-path.c
@@ -619,8 +619,6 @@ gimp_config_path_unexpand_only (const gchar *path)
                                         dir + strlen (identifiers[i].prefix),
                                         NULL);
 
-              g_printerr ("old: %s\nnew: %s\n", dir, tmp);
-
               g_free (dir);
               list->data = tmp;
 


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