Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7fe7205

Browse files
Removing unintentional console log
1 parent a4c6a31 commit 7fe7205

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

octorun/src/authentication.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ var handleAuthentication = function (username, password, onSuccess, onFailure, t
3131
client_secret: config.clientSecret,
3232
headers: headers
3333
}, function (err, res) {
34-
35-
console.log("octokit.authorization.create", typeof(err), err, res);
3634
if (err) {
3735
if (twoFactor && err.code && err.code === 422) {
3836
//Two Factor Enterprise workaround

0 commit comments

Comments
 (0)