Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie committed Mar 16, 2017
1 parent f2eb9e9 commit 6171e7f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion angular-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
webAuth.parseHash(
{ hash: hash, _idTokenVerification: shouldVerifyIdToken },
function(err, authResult) {
console.log('here');
if (err) {
Lock.emit('authorization_error', err);
}
Expand Down
1 change: 0 additions & 1 deletion dist/angular-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
webAuth.parseHash(
{ hash: hash, _idTokenVerification: shouldVerifyIdToken },
function(err, authResult) {
console.log('here');
if (err) {
Lock.emit('authorization_error', err);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-lock.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6171e7f

Please sign in to comment.