From: Krysiak Adam Date: Wed, 22 May 2019 11:26:57 +0000 (+0200) Subject: Remove unncessary log X-Git-Tag: 4.0.3~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=26ba6ccbb85446699d6a8cf6275e70f325e87b15 Remove unncessary log Issue-ID: CLAMP-391 Change-Id: I04aac42f8b934cec16ed16bf93519d4e0d83f8ec Signed-off-by: Krysiak Adam --- diff --git a/src/main/resources/META-INF/resources/designer/scripts/authcontroller.js b/src/main/resources/META-INF/resources/designer/scripts/authcontroller.js index d6387c86..92bd24fd 100644 --- a/src/main/resources/META-INF/resources/designer/scripts/authcontroller.js +++ b/src/main/resources/META-INF/resources/designer/scripts/authcontroller.js @@ -34,7 +34,6 @@ angular.module('clds-app').controller( function($scope, $rootScope, $window, $resource, $http, $location, $cookies) { console.log("//////////AuthenticateCtrl"); $scope.getInclude = function() { - console.log("getInclude011111111"); var invalidUser = $window.localStorage.getItem("invalidUser"); var isAuth = $window.localStorage.getItem("isAuth"); if (invalidUser == 'true')