Skip to content

Commit b090eb3

Browse files
committed
removed a log
1 parent 73a2ff8 commit b090eb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/query-executor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ export class QueryExporter {
311311
const batchSize = this.exportQueryConfig.assetBatchSize || 100;
312312

313313
if (assetUIDs.length <= batchSize) {
314-
log(this.exportQueryConfig, `Asset size is bigger than batch size, skipping export`, 'info');
315314
const query = {
316315
modules: {
317316
assets: {

0 commit comments

Comments
 (0)