Skip to content

Commit 4fb06fd

Browse files
authored
Merge pull request #200 from contentstack/fix/DX-5341
fix: fixed log disappearing in clone process
2 parents 0f2ed59 + cf2396d commit 4fb06fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/contentstack-clone/src/core/util/clone-handler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,6 @@ export class CloneHandler {
787787
}
788788

789789
async cloneTypeSelection(): Promise<any> {
790-
console.clear();
791790
return new Promise(async (resolve, reject) => {
792791
try {
793792
log.debug('Starting clone type selection', this.config.cloneContext);

0 commit comments

Comments
 (0)