[gthumb] commented out debug code



commit 91aeebd5cf2617f2eb42d0c27ad7eaa8ee3ab1d2
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Jun 27 19:00:29 2017 +0200

    commented out debug code

 gthumb/gth-color-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-color-manager.c b/gthumb/gth-color-manager.c
index 8bc3a5a..109d244 100644
--- a/gthumb/gth-color-manager.c
+++ b/gthumb/gth-color-manager.c
@@ -478,7 +478,7 @@ create_transform_id_for_cache (GthICCProfile *from_profile,
        const char *from_id = gth_icc_profile_get_id (from_profile);
        const char *to_id = gth_icc_profile_get_id (to_profile);
 
-       g_print ("  -> gth_color_manager_get_transform: %s -> %s\n", from_id, to_id);
+       /*g_print (" -> gth_color_manager_get_transform: %s -> %s\n", from_id, to_id);*/
 
        if (gth_icc_profile_id_is_unknown (from_id) || gth_icc_profile_id_is_unknown (to_id))
                return NULL;


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