Skip to content

Commit 35d2240

Browse files
authored
Merge pull request #603 from integer32llc/log-less
Remove logging of dates from update-downloads
2 parents 8aab8b5 + 53a631c commit 35d2240

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)