loleaflet: remove leftover console.log()

Change-Id: I1ce6939ea46a0f810020ada88be8e496a6eec47a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87978
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
Miklos Vajna 2020-02-04 14:45:36 +01:00
parent 38324b3e29
commit 4a1c877127

View file

@ -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();