wsp-ms-core 1.0.86 → 1.0.87

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.cjs CHANGED
@@ -1682,7 +1682,6 @@ var KafkaManager = class extends EventManager {
1682
1682
  producer: e.producer,
1683
1683
  data: JSON.parse(e.message)
1684
1684
  };
1685
- console.log(evt);
1686
1685
  try {
1687
1686
  if (!this.producer) {
1688
1687
  throw new InternalError(ErrorManager.APP_ERRORS.PROCESS, "Producer not initialized");