loleaflet: remove unnecessary debug console log

Change-Id: I1d8b789e7b777dba52362b750475bfd1de1585cd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90757
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
Henry Castro 2020-03-19 10:24:48 -04:00
parent af338541a8
commit e030e43461

View file

@ -2105,12 +2105,6 @@ function updateToolbarCommandValues(e) {
data = data.concat(Object.keys(commandValues));
}
/* debug messages it will be removed later */
if (data.length < 3) {
console.log('ALERT!, the server is sending a small font list');
}
/* debug end*/
$('.fonts-select').select2({
data: data.sort(function (a, b) { // also sort(localely)
return a.localeCompare(b);