Skip to content

Commit 993783c

Browse files
committed
Removed console
1 parent 79fb745 commit 993783c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/contentstack-export-to-csv/src/commands/cm/export-to-csv.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ class ExportToCsvCommand extends Command {
320320
const { branch } = await util.chooseBranch(stackBranches);
321321
stack.branch_uid = branch;
322322
stackAPIClient = this.getStackClient(managementAPIClient, stack);
323-
console.log(stackAPIClient);
324323
}
325324
}
326325
return stackAPIClient;

0 commit comments

Comments
 (0)