@dxos/client-services 0.3.2-main.14bd43d → 0.3.2-main.428886c

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.
@@ -99,7 +99,7 @@ var getPlatform = () => {
99
99
  };
100
100
 
101
101
  // packages/sdk/client-services/src/version.ts
102
- var DXOS_VERSION = "0.3.2-main.14bd43d";
102
+ var DXOS_VERSION = "0.3.2-main.428886c";
103
103
 
104
104
  // packages/sdk/client-services/src/packlets/services/diagnostics.ts
105
105
  var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
@@ -2139,15 +2139,6 @@ var InvitationsServiceImpl = class {
2139
2139
  await accepted.cancel();
2140
2140
  this._acceptInvitations.delete(invitationId);
2141
2141
  this._removedAccepted.emit(accepted.get());
2142
- } else {
2143
- import_log7.log.warn("invalid invitation", {
2144
- invitationId
2145
- }, {
2146
- F: __dxlog_file9,
2147
- L: 132,
2148
- S: this,
2149
- C: (f, a) => f(...a)
2150
- });
2151
2142
  }
2152
2143
  }
2153
2144
  queryInvitations() {