Skip to content

Commit 173b620

Browse files
authored
Merge pull request #36 from bondz/patch-1
Remove unnecessary log
2 parents d48f375 + 7b2ceb3 commit 173b620

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/range.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function parseRelativeRanges(
3131
.map((part) => {
3232
// if the part has columns
3333
if (part.includes("[")) {
34-
console.log("part", part);
3534
const [lineString, columnSplit] = part.split("[");
3635
const relativeLineNumber = Number(lineString);
3736
const globalLineNumber = lineNumber + relativeLineNumber - 1;

0 commit comments

Comments
 (0)