Skip to content

Commit 8e0ea1c

Browse files
author
aligator
committed
remove logging
1 parent 8c0c6fc commit 8e0ea1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/exp.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ impl Scanner {
9494
mg.recv(path);
9595
}
9696
};
97-
98-
println!("test");
9997
Ok(())
10098
}
10199
}
@@ -139,7 +137,6 @@ impl Worker {
139137
},
140138
}
141139
};
142-
println!("w finish");
143140
finished.send(true).unwrap();
144141
}
145142

0 commit comments

Comments
 (0)