Remove console.log()s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user