From c0e571ebb48d937176ef1a73342096deff7a302c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 26 Nov 2012 12:44:27 -0500 Subject: remove some debugging bits that snuck in --- handlers/dsync.in | 2 -- 1 file changed, 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 -- cgit v1.2.3