@@ -20,7 +20,6 @@ check_stamp()
stamp=$(date --date=$(date -r $stamp --iso-8601) +%s)
now=$(date --date=$(date --iso-8601) +%s)
delta=$(($now-$stamp))
- echo "stamp=$stamp, now=$now, delta=$delta"
if [ $delta -ge $interval ]; then
return 0
@@ -1,6 +1,6 @@
apt (0.6.31) hoary; urgency=low
- *
+ * Remove debugging output from apt.cron.daily (no one noticed?)
--