1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-02 12:48:35 +02:00

Remove debugging console.log

This commit is contained in:
Alex Tran 2022-06-19 09:13:39 -05:00
parent c4247bfea3
commit 799a1c99f2
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -244,7 +244,6 @@ export class AssetService {
}
/** Sending Partial Content With HTTP Code 206 */
console.log('send partial', end - start + 1);
res.status(206).set({
'Content-Range': `bytes ${start}-${end}/${size}`,
'Accept-Ranges': 'bytes',