Skip to content

Commit 53a631c

Browse files
committed
Remove logging of dates from update-downloads
1 parent 52777af commit 53a631c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/update-downloads.rs

-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ fn collect(tx: &postgres::transaction::Transaction,
9191
SET processed = $2, counted = counted + $3
9292
WHERE id = $1",
9393
&[id, &(download.date < cutoff), &amt])?;
94-
println!("{}\n{}", time::at(download.date).rfc822(),
95-
time::at(cutoff).rfc822());
9694
total += amt as i64;
9795

9896
if amt == 0 {

0 commit comments

Comments
 (0)