mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
chore(rest) getRange: rm console.log
This commit is contained in:
parent
828f4faf6f
commit
901eb2d674
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@
|
|||
function getRange(req, totalSize) {
|
||||
var range, start, end, size, parts,
|
||||
rangeStr = req.headers.range;
|
||||
console.log(rangeStr)
|
||||
|
||||
if (rangeStr) {
|
||||
parts = rangeStr.replace(/bytes=/, "").split("-");
|
||||
start = parts[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue