diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-26 12:44:27 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-26 12:44:27 -0500 |
commit | c0e571ebb48d937176ef1a73342096deff7a302c (patch) | |
tree | a704bdad3802e18c4e5d9023708a7e76e6c50b7f | |
parent | 4c7660f2013c6a9347085fa56bc2d81cdafd36c9 (diff) | |
download | backupninja-c0e571ebb48d937176ef1a73342096deff7a302c.tar.gz backupninja-c0e571ebb48d937176ef1a73342096deff7a302c.tar.bz2 |
remove some debugging bits that snuck in
-rw-r--r-- | handlers/dsync.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/handlers/dsync.in b/handlers/dsync.in index d63b3be..80cfd4d 100644 --- a/handlers/dsync.in +++ b/handlers/dsync.in @@ -96,8 +96,6 @@ function do_user() { debug "syncing" while [ $failedcount -lt 4 ]; do - echo "failedcount: $failedcount" - echo "returned: $ret" debug $DSYNC $testflags -u $user backup $srcconffile \ ssh -i $destid_file $destuser@$desthost $DSYNC $destconffile \ -u $user 2>&1 |