[gegl] bin: remove debug printf



commit bbc62d3ee407b445c9974f1157567eaf94343e86
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Feb 24 18:07:33 2019 +0100

    bin: remove debug printf

 bin/ui.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/bin/ui.c b/bin/ui.c
index 1de89821f..14ccd1859 100644
--- a/bin/ui.c
+++ b/bin/ui.c
@@ -6556,7 +6556,6 @@ static void load_into_buffer (GeState *o, const char *path)
 #else
     {
        GeglBuffer *orig = o->buffer;
-        fprintf (stderr, "%i\n", orientation);
        o->buffer = photos_gegl_buffer_apply_orientation (orig, orientation);
        g_object_unref (orig);
     }


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