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 b5162a5 commit 6833c8aCopy full SHA for 6833c8a
lib/twitter.js
@@ -37,7 +37,6 @@ function Twitter (options) {
37
}
38
39
}, options);
40
- console.log(this.options);
41
//Check to see if we are going to use User Authentication or Application Authetication
42
if (this.options.bearer_token){
43
//Ok we have a bearer token, so going with application-only auth
0 commit comments