Skip to content

Commit

Permalink
removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jpohjolainen committed Oct 2, 2015
1 parent 62669a7 commit 066a0ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/gpg.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ gpgEncrypt = (text, index, callback, exit_cb) ->
_.map recipients, (r) ->
args.push '-r ' + r if r

console.log gpgRecipients, gpgRecipientsFile


gpgCommand
args: args
stdout: stdout
Expand Down

0 comments on commit 066a0ba

Please sign in to comment.