We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aab8b5 + 53a631c commit 35d2240Copy full SHA for 35d2240
src/bin/update-downloads.rs
@@ -91,8 +91,6 @@ fn collect(tx: &postgres::transaction::Transaction,
91
SET processed = $2, counted = counted + $3
92
WHERE id = $1",
93
&[id, &(download.date < cutoff), &amt])?;
94
- println!("{}\n{}", time::at(download.date).rfc822(),
95
- time::at(cutoff).rfc822());
96
total += amt as i64;
97
98
if amt == 0 {
0 commit comments