Remove console.log()s

This commit is contained in:
Johannes Zellner
2020-07-13 12:59:50 +02:00
parent fb07dc2294
commit 6b64dd52b9
2 changed files with 0 additions and 4 deletions

View File

@@ -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,