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.
1 parent 4d319e7 commit e784194Copy full SHA for e784194
packages/contentstack-import/src/import/modules/base-class.ts
@@ -323,7 +323,6 @@ export default abstract class BaseClass {
323
case 'create-gfs':
324
return this.stack.globalField({api_version: '3.2'}).create(apiData).then(onSuccess).catch(onReject);
325
case 'update-gfs':
326
- console.log('Updating global field', apiData);
327
return this.stack
328
.globalField(apiData.uid)
329
.fetch()
0 commit comments