@nsshunt/stsinstrumentmanagerclient 1.0.15 → 1.0.16

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
@@ -153,7 +153,6 @@ class RequestLoggerMiddleware extends stsutils.STSOptionsBase {
153
153
  const timeInMs = parseFloat(end.toFixed(4));
154
154
  this.#tinyEmitter.emit("UpdateInstrument_DH_VAL", timeInMs);
155
155
  this.#tinyEmitter.emit("UpdateInstrument_D_VAL", timeInMs);
156
- console.log(`-->>ZZZ: ${timeInMs}`);
157
156
  };
158
157
  // https://stackoverflow.com/questions/18031839/how-to-use-process-hrtime-to-get-execution-time-of-async-function/18031945
159
158
  /**