mirror of
				https://github.com/nextcloud/passman.git
				synced 2025-10-31 15:56:00 +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 () { | 		$scope.$watch(function () { | ||||||
| 			return VaultService.getActiveVault() | 			return VaultService.getActiveVault() | ||||||
| 		}, function (vault) { | 		}, function (vault) { | ||||||
| 			console.log(vault); |  | ||||||
| 			$scope.active_vault = vault; | 			$scope.active_vault = vault; | ||||||
| 		}); | 		}); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue