Skip to content

Commit 6833c8a

Browse files
committed
removed sneeky console log that snuck through
1 parent b5162a5 commit 6833c8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/twitter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function Twitter (options) {
3737
}
3838
}
3939
}, options);
40-
console.log(this.options);
4140
//Check to see if we are going to use User Authentication or Application Authetication
4241
if (this.options.bearer_token){
4342
//Ok we have a bearer token, so going with application-only auth

0 commit comments

Comments
 (0)