Skip to content

Commit

Permalink
removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Pohjolainen committed Oct 2, 2015
1 parent f5bca37 commit eb03d85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/gpg.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@ gpgEncrypt = (text, index, callback, exit_cb) ->
recipients = fs.readFileSync gpgRecipientsFile, 'utf8'
gpgRecipients = recipients.replace /\n/g, ','

console.log gpgRecipients
if gpgRecipients
recipients = gpgRecipients.split(',')
_.map recipients, (r) ->
args.push '-r ' + r if r

console.log ">>", args
gpgCommand
args: args
stdout: stdout
Expand Down

0 comments on commit eb03d85

Please sign in to comment.