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:
parent
af338541a8
commit
e030e43461
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue