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.
2 parents a1bdfea + 4fb06fd commit ed23500Copy full SHA for ed23500
1 file changed
packages/contentstack-clone/src/core/util/clone-handler.ts
@@ -787,7 +787,6 @@ export class CloneHandler {
787
}
788
789
async cloneTypeSelection(): Promise<any> {
790
- console.clear();
791
return new Promise(async (resolve, reject) => {
792
try {
793
log.debug('Starting clone type selection', this.config.cloneContext);
0 commit comments