[shotwell/shotwell-0.30] thumbnailer: Remove debug output



commit 631837a828595ed1987dfdf50339154e2012e7ec
Author: Jens Georg <mail jensge org>
Date:   Tue Aug 16 23:20:11 2022 +0200

    thumbnailer: Remove debug output

 thumbnailer/shotwell-video-thumbnailer.vala | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/thumbnailer/shotwell-video-thumbnailer.vala b/thumbnailer/shotwell-video-thumbnailer.vala
index 5da4deaf..db5a096d 100644
--- a/thumbnailer/shotwell-video-thumbnailer.vala
+++ b/thumbnailer/shotwell-video-thumbnailer.vala
@@ -115,8 +115,6 @@ class ShotwellThumbnailer {
                 }
             }
 
-            stderr.printf("Oritentation: %s\n", direction.to_string());
-
             // Save the pixbuf.
             if (direction != Gdk.PixbufRotation.NONE) {
                 pixbuf = pixbuf.rotate_simple(direction);


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