mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-22 04:44:28 +08:00
Remove console.log
This commit is contained in:
parent
ce35286664
commit
f55299ffba
1 changed files with 0 additions and 2 deletions
|
@ -41,9 +41,7 @@
|
|||
|
||||
link: function (scope, element, attrs) {
|
||||
scope.downloadFile = function (credential, file) {
|
||||
console.log('hi')
|
||||
var callback = function (result) {
|
||||
console.log(EncryptService);
|
||||
var key = CredentialService.getSharedKeyFromCredential(credential);
|
||||
if (!result.hasOwnProperty('file_data')) {
|
||||
NotificationService.showNotification($translate.instant('error.loading.file.perm'), 5000);
|
||||
|
|
Loading…
Add table
Reference in a new issue