PHRAS-2079_Admin_personalisation_section #Remove console.log()

This commit is contained in:
Harrys Ravalomanana
2019-05-16 17:40:19 +04:00
parent f8a28f6821
commit aafa248fed

View File

@@ -91,7 +91,6 @@
image.file = this.file; image.file = this.file;
image.data = this.data; image.data = this.data;
console.log(image.file.type);
if (image.file.type != 'image/png' && image.file.type!= 'image/svg+xml') { if (image.file.type != 'image/png' && image.file.type!= 'image/svg+xml') {
$('#general_personalize-logo-choice_personalizeLogoInput').val(""); $('#general_personalize-logo-choice_personalizeLogoInput').val("");
$('#error-text').text(errorFileType); $('#error-text').text(errorFileType);