mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-29 02:39:21 +08:00
Remove console.log
This commit is contained in:
parent
b8e1ecc490
commit
685f4ca4ab
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ angular.module('passmanApp')
|
|||
$scope.$watch(function () {
|
||||
return VaultService.getActiveVault()
|
||||
}, function (vault) {
|
||||
console.log(vault);
|
||||
$scope.active_vault = vault;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue