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:
parent
38324b3e29
commit
4a1c877127
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue