We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f087d commit 53a12c0Copy full SHA for 53a12c0
javascript/nodejs-quickstart.js
@@ -93,7 +93,6 @@ function storeToken(token) {
93
if (err) throw err;
94
console.log('Token stored to ' + TOKEN_PATH);
95
});
96
- console.log('Token stored to ' + TOKEN_PATH);
97
}
98
99
/**
0 commit comments