[librsvg/rustify-rsvg-convert: 5/7] rsvg-convert: remove debug




commit 6f4d1aefe7c50ae9e7bb5103ccd2b7c0c34c9b36
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Jan 17 14:31:07 2021 +0100

    rsvg-convert: remove debug

 src/bin/rsvg-convert.rs | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/bin/rsvg-convert.rs b/src/bin/rsvg-convert.rs
index f2ec0fef..929be141 100644
--- a/src/bin/rsvg-convert.rs
+++ b/src/bin/rsvg-convert.rs
@@ -425,14 +425,10 @@ impl Converter {
             _ => ResizeStrategy::FitLargestScale(self.zoom, self.width, self.height),
         };
 
-        dbg!(strategy);
-
         let size = strategy
             .apply(Size::new(width, height), self.keep_aspect_ratio)
             .unwrap_or_else(|| exit!("The SVG {} has no dimensions", input));
 
-        dbg!(size);
-
         let output_stream = match self.output {
             Output::Stdout => Stdout::stream().upcast::<OutputStream>(),
             Output::Path(ref p) => {


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