From 6e6d5c40960ea4509616962c8e5e1a2cc1f133e7 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sat, 22 Jan 2005 09:06:36 +0000 Subject: Remove debugging from apt.cron.daily --- debian/apt.cron.daily | 1 - debian/changelog | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 17fe8fb78..3e6b384d2 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -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 diff --git a/debian/changelog b/debian/changelog index b719c5b23..e23460206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ apt (0.6.31) hoary; urgency=low - * + * Remove debugging output from apt.cron.daily (no one noticed?) -- -- cgit v1.2.3