Skip to content

Commit 4df47d2

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: removed comments
1 parent 4cbad4c commit 4df47d2

File tree

1 file changed

+0
-5
lines changed
  • packages/contentstack-import/src/commands/cm/stacks

1 file changed

+0
-5
lines changed

packages/contentstack-import/src/commands/cm/stacks/import.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ export default class ImportCommand extends Command {
162162
}
163163
} catch (error) {
164164
// Branch not enabled, just the let flow continue
165-
log(
166-
importConfig,
167-
`The branch is not enabled for this stack - ${formatError(error)}`,
168-
'error',
169-
);
170165
}
171166
}
172167
const moduleImporter = new ModuleImporter(managementAPIClient, importConfig);

0 commit comments

Comments
 (0)