Explorar el Código

Remove debugging print

Everybody does it, right?
Ben S hace 11 años
padre
commit
cbc3640ced
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
             }
         }