Skip to content

Commit ed0b77f

Browse files
committed
removed the command log
1 parent 76ca571 commit ed0b77f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/module-exporter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export class ModuleExporter {
2020
// Build command arguments
2121
const cmd = this.buildExportCommand(moduleName, options);
2222

23-
log(this.exportQueryConfig, `Running export command: ${cmd.join(' ')}`, 'debug');
24-
2523
// Configurable delay
2624
const delay = this.exportQueryConfig.exportDelayMs || 2000;
2725
await new Promise((resolve) => setTimeout(resolve, delay));

0 commit comments

Comments
 (0)