summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2005-01-22 09:06:36 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2005-01-22 09:06:36 +0000
commit6e6d5c40960ea4509616962c8e5e1a2cc1f133e7 (patch)
treeab28d2a231f08a2ce0fe716bb000caaade27a680 /debian/apt.cron.daily
parent9f2705047925d0a70b10c4f9e770cd2d49d0d605 (diff)
Remove debugging from apt.cron.daily
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r--debian/apt.cron.daily1
1 files changed, 0 insertions, 1 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