Jelajahi Sumber

Remove debugging print

Everybody does it, right?
Ben S 11 tahun lalu
induk
melakukan
cbc3640ced
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/options.rs

+ 0 - 1
src/options.rs

@@ -452,7 +452,6 @@ impl RecurseOptions {
         match self.max_depth {
             None    => false,
             Some(d) => {
-                println!("Comparing {} to {}", d, depth);
                 d <= depth
             }
         }