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 0c885845..763ca554 100644
--- a/js/app/directives/iconpicker.js
+++ b/js/app/directives/iconpicker.js
@@ -95,8 +95,6 @@
};
$('#iconPicker-CustomIcon').on('change', function(ev) {
-
- console.log("upload");
scope.customIcon = {};
var f = ev.target.files[0];