瀏覽代碼

Remove debugging console.log

Alex Tran 3 年之前
父節點
當前提交
799a1c99f2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      server/apps/immich/src/api-v1/asset/asset.service.ts

+ 0 - 1
server/apps/immich/src/api-v1/asset/asset.service.ts

@@ -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',