refactor(oauth): remove console log statement

pull/2749/head
Anthony Lapenna 2019-02-18 15:21:34 +13:00
parent b6f04c5e0d
commit 73f20b5157
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ angular.module('portainer.extensions.oauth')
this.$onInit = onInit;
function onInit() {
console.log(ctrl.provider.authUrl);
if (ctrl.provider.authUrl) {
ctrl.provider = getProviderByURL(ctrl.provider.authUrl);
} else {