Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Feb 3, 2024
1 parent 4d755df commit b1d6b4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/mappings/MappingsEntryBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ export default defineComponent({
twoSpaces++
}
}
console.log(Object.values(entry.args), {...entry.args}, [...args], min, max, args.length, max - min + 1 - twoSpaces)
}

let apply = false
Expand Down

0 comments on commit b1d6b4d

Please sign in to comment.