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