Bug 28180: (follow-up) Remove console.log

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-05-10 09:12:07 +02:00
parent 607eae9f79
commit f90078d560

View file

@ -1591,7 +1591,7 @@
} else if ( div.attr("class") == "cover-image local-coverimg" ) {
lightbox_descriptions.push(_("Local cover image"));
} else {
console.log("Source of the image cannot be guessed.")
lightbox_descriptins.push(_("Cover image source unknown"));
}
}
}