@discomedia/utils 1.0.29 → 1.0.30

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
@@ -17314,7 +17314,6 @@ class AlpacaTradingAPI {
17314
17314
  clearTimeout(authTimeout);
17315
17315
  if (message.data?.status === 'authorized') {
17316
17316
  this.authenticated = true;
17317
- this.log('WebSocket authenticated');
17318
17317
  resolve();
17319
17318
  }
17320
17319
  else {
@@ -17356,7 +17355,6 @@ class AlpacaTradingAPI {
17356
17355
  this.ws?.removeListener('message', handleListenResponse);
17357
17356
  clearTimeout(listenTimeout);
17358
17357
  if (message.data?.streams?.includes('trade_updates')) {
17359
- this.log('Subscribed to trade updates');
17360
17358
  resolve();
17361
17359
  }
17362
17360
  else {