From 6171e7f2af88b6b4bf6af1c523c5860c11a23cee Mon Sep 17 00:00:00 2001 From: Ryan Chenkie Date: Thu, 16 Mar 2017 12:17:00 -0400 Subject: [PATCH] remove console log --- angular-lock.js | 1 - dist/angular-lock.js | 1 - dist/angular-lock.min.js | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/angular-lock.js b/angular-lock.js index 36a7ec6..2c282ad 100644 --- a/angular-lock.js +++ b/angular-lock.js @@ -91,7 +91,6 @@ webAuth.parseHash( { hash: hash, _idTokenVerification: shouldVerifyIdToken }, function(err, authResult) { - console.log('here'); if (err) { Lock.emit('authorization_error', err); } diff --git a/dist/angular-lock.js b/dist/angular-lock.js index 36a7ec6..2c282ad 100644 --- a/dist/angular-lock.js +++ b/dist/angular-lock.js @@ -91,7 +91,6 @@ webAuth.parseHash( { hash: hash, _idTokenVerification: shouldVerifyIdToken }, function(err, authResult) { - console.log('here'); if (err) { Lock.emit('authorization_error', err); } diff --git a/dist/angular-lock.min.js b/dist/angular-lock.min.js index 425ec0a..9cebf5f 100644 --- a/dist/angular-lock.min.js +++ b/dist/angular-lock.min.js @@ -1 +1 @@ -!function(){"use strict";function t(){if("function"!=typeof Auth0Lock)throw new Error("Auth0Lock must be loaded.");Auth0Lock.prototype.getClient=function(){},Auth0Lock.prototype.parseHash=function(){},this.init=function(t){if(!t)throw new Error("clientID and domain must be provided to lock");this.clientID=t.clientID,this.domain=t.domain,this.options=t.options||{}},this.$get=["$rootScope",function(t){function o(o){var n=t.$root.$$phase;"$apply"===n||"$digest"===n?o&&"function"==typeof o&&o():t.$apply(o)}function n(t){var n=t.length-1,e=t[n];return"function"==typeof e&&(t[n]=function(){var t=arguments;o(function(){e.apply(i,t)})}),t}var i=new Auth0Lock(this.clientID,this.domain,this.options),e={clientID:this.clientID,domain:this.domain},r=!0;this.options._idTokenVerification===!1&&(r=!1);var a={},c=[];for(var h in i)"function"==typeof i[h]&&c.push(h);for(var h=0;h