@instantdb/core 1.0.37 → 1.0.38

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.
@@ -782,7 +782,7 @@ export default class Reactor {
782
782
  }
783
783
  }
784
784
  _handleReceiveError(msg) {
785
- console.log('error', msg);
785
+ this._log.info('error', msg);
786
786
  const eventId = msg['client-event-id'];
787
787
  // This might not be a mutation, but it can't hurt to delete it
788
788
  this._inFlightMutationEventIds.delete(eventId);