[gimp] app: disable gimp_display_shell_profile_update() debug output
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: disable gimp_display_shell_profile_update() debug output
- Date: Fri, 28 Jul 2017 20:36:08 +0000 (UTC)
commit d227a0d71f6f61bf54d4d6dc1e4edab03744c6c9
Author: Michael Natterer <mitch gimp org>
Date: Fri Jul 28 22:34:41 2017 +0200
app: disable gimp_display_shell_profile_update() debug output
app/display/gimpdisplayshell-profile.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-profile.c b/app/display/gimpdisplayshell-profile.c
index 272b215..b035bf4 100644
--- a/app/display/gimpdisplayshell-profile.c
+++ b/app/display/gimpdisplayshell-profile.c
@@ -93,8 +93,6 @@ gimp_display_shell_profile_update (GimpDisplayShell *shell)
image = gimp_display_get_image (shell->display);
- g_printerr ("gimp_display_shell_profile_update\n");
-
if (! image)
return;
@@ -115,12 +113,14 @@ gimp_display_shell_profile_update (GimpDisplayShell *shell)
dest_format = babl_format ("R'G'B'A u8");
}
+#if 0
g_printerr ("src_profile: %s\n"
"src_format: %s\n"
"dest_format: %s\n",
gimp_color_profile_get_label (src_profile),
babl_get_name (src_format),
babl_get_name (dest_format));
+#endif
shell->profile_transform =
gimp_widget_get_color_transform (gtk_widget_get_toplevel (GTK_WIDGET (shell)),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]