app: remove debug output from gimp_image_create_color_transforms()

This commit is contained in:
Michael Natterer 2018-04-28 16:42:01 +02:00
parent f3bf8cd53f
commit a007ad4b98
1 changed files with 0 additions and 2 deletions

View File

@ -770,8 +770,6 @@ gimp_image_create_color_transforms (GimpImage *image)
GimpColorProfile *srgb_profile;
GimpColorTransformFlags flags = 0;
g_printerr ("XXXXXX %s XXXXXX\n", G_STRFUNC);
srgb_profile = gimp_color_profile_new_rgb_srgb ();
flags |= GIMP_COLOR_TRANSFORM_FLAGS_NOOPTIMIZE;