mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 04:37:37 +00:00
remove logs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user