loleaflet/src/control/Control.Toolbar.js | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit e030e434610437ecd1f4e48471639d9314e8ffe1 Author: Henry Castro <[email protected]> AuthorDate: Thu Mar 19 10:24:48 2020 -0400 Commit: Henry Castro <[email protected]> CommitDate: Thu Mar 19 19:18:54 2020 +0100 loleaflet: remove unnecessary debug console log Change-Id: I1d8b789e7b777dba52362b750475bfd1de1585cd Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90757 Tested-by: Henry Castro <[email protected]> Reviewed-by: Henry Castro <[email protected]> diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js index d6e8ce67d..18aae5c52 100644 --- a/loleaflet/src/control/Control.Toolbar.js +++ b/loleaflet/src/control/Control.Toolbar.js @@ -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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
