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.js CHANGED
@@ -1609,7 +1609,6 @@ var KafkaManager = class extends EventManager {
1609
1609
  producer: e.producer,
1610
1610
  data: JSON.parse(e.message)
1611
1611
  };
1612
- console.log(evt);
1613
1612
  try {
1614
1613
  if (!this.producer) {
1615
1614
  throw new InternalError(ErrorManager.APP_ERRORS.PROCESS, "Producer not initialized");