mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-01 04:07:52 +08:00
Remove console.log
This commit is contained in:
parent
836946e164
commit
0d08902429
1 changed files with 0 additions and 2 deletions
|
@ -51,7 +51,6 @@ angular.module('passmanApp')
|
|||
}
|
||||
|
||||
$scope.selectRevision = function (revision) {
|
||||
console.log(revision, $scope.storedCredential);
|
||||
var key;
|
||||
$scope.selectedRevision = angular.copy(revision);
|
||||
|
||||
|
@ -106,7 +105,6 @@ angular.module('passmanApp')
|
|||
|
||||
//Used in activity
|
||||
_credential.revision_created = $filter('date')(_revision.created * 1000 , "dd-MM-yyyy @ HH:mm:ss");
|
||||
console.log(_credential);
|
||||
CredentialService.updateCredential(_credential, (key)).then(function (result) {
|
||||
SettingsService.setSetting('revision_credential', null);
|
||||
$rootScope.$emit('app_menu', false);
|
||||
|
|
Loading…
Reference in a new issue