Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
bondz authored Feb 10, 2024
1 parent d48f375 commit 7b2ceb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/range.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function parseRelativeRanges(
.map((part) => {
// if the part has columns
if (part.includes("[")) {
console.log("part", part);
const [lineString, columnSplit] = part.split("[");
const relativeLineNumber = Number(lineString);
const globalLineNumber = lineNumber + relativeLineNumber - 1;
Expand Down

0 comments on commit 7b2ceb3

Please sign in to comment.