mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 06:31:35 +08:00
Remove console.log
This commit is contained in:
parent
0e03c8348a
commit
3b1ba655cc
@ -12,7 +12,6 @@ export function parseRangeHeader(range: string, totalSize: number, logger: Logge
|
|||||||
}
|
}
|
||||||
|
|
||||||
const splitRange = range.split(rangeRegEx);
|
const splitRange = range.split(rangeRegEx);
|
||||||
console.log("Parsed range is: ", JSON.stringify(splitRange));
|
|
||||||
const [, startValue, endValue] = splitRange;
|
const [, startValue, endValue] = splitRange;
|
||||||
let start = Number.parseInt(startValue);
|
let start = Number.parseInt(startValue);
|
||||||
let end = Number.parseInt(endValue);
|
let end = Number.parseInt(endValue);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user