remove debugging messages
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 22 Mar 2009 01:16:58 +0000 (01:16 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 22 Mar 2009 01:16:58 +0000 (01:16 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2440 8f5c7a92-453e-0410-a47f-ad33c8a6b003

archives/bin/mk-mhonarc

index aaf058e42c62b2c8284a1e96e9f2ff6c508aab40..984477d2e9cad9f9bd472b3100781018ae9da4b3 100755 (executable)
@@ -53,7 +53,6 @@ process_one_mbox() {
     else
       submbox=
     fi
-    echo mbox = $mbox submbox = $submbox ymon = $ymon
     year=${ymon%%??}           # extract yyyy
     month=${ymon##????}                # extract mm
     if [ -z "$submbox" ]; then
@@ -62,8 +61,6 @@ process_one_mbox() {
       ydashm=${year}-${month}-${submbox} # yyyy-mm-s
     fi
 
-    echo "processing one mbox: $listdir $mbox"
-
     if [ "$ymon" -le 200607 ]; then
       rcfile=$ARCHIVES_BIN/resource-2006-07
     else