Skip to content

Commit

Permalink
Merge pull request #36 from bondz/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary log
  • Loading branch information
pomber authored Feb 21, 2024
2 parents d48f375 + 7b2ceb3 commit 173b620
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 173b620

Please sign in to comment.