提交 cbc3640c 编写于 作者: B Ben S

Remove debugging print

Everybody does it, right?
上级 f505bdc8
......@@ -452,7 +452,6 @@ impl RecurseOptions {
match self.max_depth {
None => false,
Some(d) => {
println!("Comparing {} to {}", d, depth);
d <= depth
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册