Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/directives/iconpicker.js')
-rw-r--r--js/app/directives/iconpicker.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/app/directives/iconpicker.js b/js/app/directives/iconpicker.js
index 195ee35e..185624c7 100644
--- a/js/app/directives/iconpicker.js
+++ b/js/app/directives/iconpicker.js
@@ -121,8 +121,6 @@
scope.customIcon = {};
scope.customIcon.data='data:image/'+response.data.type+';base64,'+response.data.content;
- console.log(scope.customIcon.data);
-
if (response.data) {
return response.data;
} else {