Skip to content

Commit

Permalink
Remove duplicate print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Mar 6, 2018
1 parent 32f087d commit 53a12c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/nodejs-quickstart.js
Expand Up @@ -93,7 +93,6 @@ function storeToken(token) {
if (err) throw err;
console.log('Token stored to ' + TOKEN_PATH);
});
console.log('Token stored to ' + TOKEN_PATH);
}

/**
Expand Down

0 comments on commit 53a12c0

Please sign in to comment.