@nsshunt/ststestrunner 1.0.35 → 1.0.36

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.
@@ -20423,7 +20423,6 @@ class ServiceInstance extends tinyEmitterExports.TinyEmitter {
20423
20423
  __privateGet(this, _HandleAddRunner).call(this, socket);
20424
20424
  });
20425
20425
  __privateAdd(this, _EmitEvent, (eventName, data) => {
20426
- console.log(chalk$1.rgb(60, 20, 200)`Going to emit event: [${eventName}] with data: [${JSON.stringify(data, null, 2)}]`);
20427
20426
  this.emit(eventName, data);
20428
20427
  return data;
20429
20428
  });