1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

refactor(oauth): remove console log statement

This commit is contained in:
Anthony Lapenna 2019-02-18 15:21:34 +13:00
parent b6f04c5e0d
commit 73f20b5157

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 {