Skip to content

Commit 53a12c0

Browse files
Remove duplicate print statement
1 parent 32f087d commit 53a12c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/nodejs-quickstart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ function storeToken(token) {
9393
if (err) throw err;
9494
console.log('Token stored to ' + TOKEN_PATH);
9595
});
96-
console.log('Token stored to ' + TOKEN_PATH);
9796
}
9897

9998
/**

0 commit comments

Comments
 (0)