Просмотр исходного кода

Remove debugging from apt.cron.daily

Matt Zimmerman лет назад: 21
Родитель
Сommit
6e6d5c4096
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      debian/apt.cron.daily
  2. 1 1
      debian/changelog

+ 0 - 1
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

+ 1 - 1
debian/changelog

@@ -1,6 +1,6 @@
 apt (0.6.31) hoary; urgency=low
 
-  * 
+  * Remove debugging output from apt.cron.daily (no one noticed?)
 
  --