mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +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);
|
||||
console.log("Parsed range is: ", JSON.stringify(splitRange));
|
||||
const [, startValue, endValue] = splitRange;
|
||||
let start = Number.parseInt(startValue);
|
||||
let end = Number.parseInt(endValue);
|
||||
|
Loading…
x
Reference in New Issue
Block a user