Skip to content

Commit 11704a7

Browse files
committed
Remove huge blob result print from logs
Signed-off-by: jackyalbo <jacky.albo@gmail.com>
1 parent 4c0332f commit 11704a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sdk/namespace_blob.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ class NamespaceBlob {
232232
dbg.log0('NamespaceBlob.read_object_stream:',
233233
this.container,
234234
inspect(_.omit(params, 'object_md.ns')),
235-
'callback res', inspect(res)
236-
);
235+
'callback res');
237236
if (!res.readableStreamBody) throw new Error('NamespaceBlob.read_object_stream: download response is invalid');
238237
return resolve(res.readableStreamBody.pipe(count_stream));
239238
}).catch(err => {

0 commit comments

Comments
 (0)