Skip to content

Commit 8bcd586

Browse files
committed
get rid of bad debug
1 parent a2e82d6 commit 8bcd586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/domain/datasource-factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ const DsCoreExtensions = superclass =>
181181
const opts = { ...options, streamRequested: options?.writable }
182182
const list = [await super.list(opts)].flat()
183183

184-
console.debug({ list })
185184
if (list.length < 1) return []
186185

187186
if (list[0] instanceof Readable || list[0] instanceof Transform)

0 commit comments

Comments
 (0)