We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e82d6 commit 8bcd586Copy full SHA for 8bcd586
src/domain/datasource-factory.js
@@ -181,7 +181,6 @@ const DsCoreExtensions = superclass =>
181
const opts = { ...options, streamRequested: options?.writable }
182
const list = [await super.list(opts)].flat()
183
184
- console.debug({ list })
185
if (list.length < 1) return []
186
187
if (list[0] instanceof Readable || list[0] instanceof Transform)
0 commit comments