]> git.saurik.com Git - apt.git/commitdiff
Remove debugging from apt.cron.daily
authorMatt Zimmerman <matt.zimmerman@canonical.com>
Sat, 22 Jan 2005 09:06:36 +0000 (09:06 +0000)
committerMatt Zimmerman <matt.zimmerman@canonical.com>
Sat, 22 Jan 2005 09:06:36 +0000 (09:06 +0000)
debian/apt.cron.daily
debian/changelog

index 17fe8fb78658c8b3b71036ed7044396d3d1f3268..3e6b384d280849d5b1dbb9a68814325ff00dd334 100644 (file)
@@ -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))
     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
 
     if [ $delta -ge $interval ]; then
         return 0
index b719c5b23e802738fb49ee100a3470b5afa276a6..e23460206546df85d41637c43b14c26208284bf7 100644 (file)
@@ -1,6 +1,6 @@
 apt (0.6.31) hoary; urgency=low
 
 apt (0.6.31) hoary; urgency=low
 
-  * 
+  * Remove debugging output from apt.cron.daily (no one noticed?)
 
  -- 
 
 
  --