diff --git a/src/js/main.js b/src/js/main.js index 14a75402c..83fa64bbb 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -57,8 +57,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route', }; function init() { - console.log(window.location); - Client.getStatus(function (error, status) { if (error) return Client.initError(error, init); diff --git a/src/views/profile.js b/src/views/profile.js index cdc1b020c..4ca79ac6c 100644 --- a/src/views/profile.js +++ b/src/views/profile.js @@ -9,8 +9,6 @@ angular.module('Application').controller('ProfileController', ['$scope', '$locat $scope.config = Client.getConfig(); $scope.apps = Client.getInstalledApps(); - console.log($scope.twoFactorAuthenticationEnableForm); - $scope.twoFactorAuthentication = { busy: false, error: null,