[Libreoffice-commits] online.git: loleaflet/src
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 5 08:05:04 UTC 2020
loleaflet/src/layer/marker/TextInput.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4a1c8771276f1f24485b270c25ed9c56e84d267b
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Feb 4 14:45:36 2020 +0100
Commit: Miklos Vajna <vmiklos at 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.meeks at collabora.com>
Tested-by: Miklos Vajna <vmiklos at 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();
More information about the Libreoffice-commits
mailing list