From e86dfef1c5ede2bff955336dc8514fcfdabe103c Mon Sep 17 00:00:00 2001 From: James Fraser Date: Tue, 19 Apr 2016 21:10:13 +1000 Subject: [PATCH] removed debug echo --- plugins/history-sync/history-sync.plugin.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/history-sync/history-sync.plugin.zsh b/plugins/history-sync/history-sync.plugin.zsh index 005348914..625d6830f 100644 --- a/plugins/history-sync/history-sync.plugin.zsh +++ b/plugins/history-sync/history-sync.plugin.zsh @@ -70,8 +70,6 @@ function history_sync_push() { esac done - echo $recipients - # Encrypt if ! [[ ${#recipients[@]} > 0 ]]; then echo -n "Please enter GPG recipient name: "