Remove cat todo

This commit is contained in:
Jeremy Soller
2016-02-24 15:06:35 -07:00
parent 49925a39d0
commit c231ddb219
+1 -1
View File
@@ -25,7 +25,7 @@ fn main() {
}
}
if name == path {
println!("{}: {}: cat", node_block, name);
println!("{}: {}", node_block, name);
break;
} else if name.starts_with(&path) {
println!("{}: {}", node_block, name);