@eventcatalog/sdk 2.3.5 → 2.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -251,7 +251,6 @@ var addFileToResource = async (catalogDir, id, file, version) => {
251
251
  const json = JSON.parse(fileContent);
252
252
  fileContent = JSON.stringify(json, null, 2);
253
253
  } catch (error) {
254
- console.error(error);
255
254
  }
256
255
  fsSync2.writeFileSync(join2(dirname2(pathToResource), file.fileName), fileContent);
257
256
  };