diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-01-22 09:06:36 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-01-22 09:06:36 +0000 |
commit | 6e6d5c40960ea4509616962c8e5e1a2cc1f133e7 (patch) | |
tree | ab28d2a231f08a2ce0fe716bb000caaade27a680 /debian | |
parent | 9f2705047925d0a70b10c4f9e770cd2d49d0d605 (diff) |
Remove debugging from apt.cron.daily
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.cron.daily | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 1 insertions, 2 deletions
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?) -- |