0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 06:47:38 +00:00

remove logs

This commit is contained in:
Víctor Losada Hernández
2026-06-02 15:17:14 +02:00
parent 6a51116844
commit 0335767afa
@@ -15,7 +15,6 @@ const insertTab = (view)=>{
const ranges = [];
for (const range of view.state.selection.ranges) {
console.log(range);
changes.push({
from : range.from,
to : range.to,