Skip to content

Commit

Permalink
Don't print out stuff on add
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Mar 23, 2017
1 parent c2b7a48 commit cf421ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ exports.run = function(config, info) {

var user = jsonfile.readFileSync(config.apiFile);

console.log(user.token, config.host.url + '/add');

request.post(config.host.url + '/add', {
'form': {
'user': user.token,
Expand Down

0 comments on commit cf421ea

Please sign in to comment.