Remove console.log

This commit is contained in:
brantje 2016-09-24 20:17:52 +02:00
parent b8e1ecc490
commit 685f4ca4ab

View file

@ -32,7 +32,6 @@ angular.module('passmanApp')
$scope.$watch(function () {
return VaultService.getActiveVault()
}, function (vault) {
console.log(vault);
$scope.active_vault = vault;
});