Skip to content

Commit 04fb1bf

Browse files
author
aligator
committed
remove count print on each found
1 parent ce49a88 commit 04fb1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl Worker {
130130
let positive = self.process(&mut reader, &self.term);
131131

132132
if positive {
133-
println!("Found in file {} {}", job, self.counter.get());
133+
println!("Found in file {}", job);
134134
self.counter.inc();
135135
}
136136
},

0 commit comments

Comments
 (0)