mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2079_Admin_personalisation_section #Remove console.log()
This commit is contained in:
@@ -91,7 +91,6 @@
|
||||
image.file = this.file;
|
||||
image.data = this.data;
|
||||
|
||||
console.log(image.file.type);
|
||||
if (image.file.type != 'image/png' && image.file.type!= 'image/svg+xml') {
|
||||
$('#general_personalize-logo-choice_personalizeLogoInput').val("");
|
||||
$('#error-text').text(errorFileType);
|
||||
|
Reference in New Issue
Block a user