We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1633ead commit cde5a13Copy full SHA for cde5a13
1 file changed
packages/contentstack-import/src/commands/cm/stacks/import.ts
@@ -162,11 +162,6 @@ export default class ImportCommand extends Command {
162
}
163
} catch (error) {
164
// 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
- );
170
171
172
const moduleImporter = new ModuleImporter(managementAPIClient, importConfig);
0 commit comments