[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/util

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu May 16 12:36:05 UTC 2019


 loleaflet/util/create-l10n-all-js.pl |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2e5cddf1c0c86b48e312c8b521f5737236f40deb
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu May 16 15:35:33 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu May 16 15:35:33 2019 +0300

    Comment out a debug message
    
    Change-Id: Ic321526de94061106bd99bf4c75d73bda1d22849

diff --git a/loleaflet/util/create-l10n-all-js.pl b/loleaflet/util/create-l10n-all-js.pl
index 293cdb1e9..992e86678 100644
--- a/loleaflet/util/create-l10n-all-js.pl
+++ b/loleaflet/util/create-l10n-all-js.pl
@@ -30,7 +30,8 @@ sub insert($) {
 
 print "\
 window.LANG = window.getParameterByName('lang');
-window.webkit.messageHandlers.debug.postMessage('LANG is ' + window.LANG);
+
+//window.webkit.messageHandlers.debug.postMessage('LANG is ' + window.LANG);
 
 var onlylang = window.LANG;
 var hyphen = onlylang.indexOf('-');


More information about the Libreoffice-commits mailing list