loleaflet/src/layer/marker/TextInput.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4a1c8771276f1f24485b270c25ed9c56e84d267b
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Feb 4 14:45:36 2020 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Feb 5 09:04:45 2020 +0100

    loleaflet: remove leftover console.log()
    
    Change-Id: I1ce6939ea46a0f810020ada88be8e496a6eec47a
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87978
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/loleaflet/src/layer/marker/TextInput.js 
b/loleaflet/src/layer/marker/TextInput.js
index 0e3345200..5f95d6a46 100644
--- a/loleaflet/src/layer/marker/TextInput.js
+++ b/loleaflet/src/layer/marker/TextInput.js
@@ -156,7 +156,6 @@ L.TextInput = L.Layer.extend({
                // container in order for the user to input text (and on-screen 
keyboards
                // to pop-up), unless the document is read only.
                if (this._map._permission !== 'edit') {
-                       console.log('EPIC HORRORS HERE');
                        return;
                }
                this._textArea.focus();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to