Remove console.log

This commit is contained in:
brantje 2017-02-21 21:06:00 +01:00
parent ce35286664
commit f55299ffba
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -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);