From: Micah Anderson Date: Mon, 26 Nov 2012 17:44:27 +0000 (-0500) Subject: remove some debugging bits that snuck in X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c0e571ebb48d937176ef1a73342096deff7a302c;p=backupninja.git remove some debugging bits that snuck in --- 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