diff options
author | Alvaro Herrera | 2009-03-22 01:16:58 +0000 |
---|---|---|
committer | Alvaro Herrera | 2009-03-22 01:16:58 +0000 |
commit | c5f4fcda8c38b75ccfbd5adc6844492bc601d93d (patch) | |
tree | cc4ae21f6373d7447a1bf8d100cc458cf31c028c | |
parent | 61518c6bb98c86ad2c4b1ffc2f5740c15fa840d7 (diff) |
remove debugging messages
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2440 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rwxr-xr-x | archives/bin/mk-mhonarc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archives/bin/mk-mhonarc b/archives/bin/mk-mhonarc index aaf058e4..984477d2 100755 --- a/archives/bin/mk-mhonarc +++ b/archives/bin/mk-mhonarc @@ -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 |