@firebase/database 1.0.5-dataconnect-preview.388b61c7e → 1.0.5

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.
@@ -1251,7 +1251,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1251
1251
  WebSocketConnection.healthyTimeout = 30000;
1252
1252
 
1253
1253
  const name = "@firebase/database";
1254
- const version = "1.0.5-dataconnect-preview.388b61c7e";
1254
+ const version = "1.0.5";
1255
1255
 
1256
1256
  /**
1257
1257
  * @license
@@ -13218,7 +13218,6 @@ class QueryLimitToLastConstraint extends QueryConstraint {
13218
13218
  super();
13219
13219
  this._limit = _limit;
13220
13220
  this.type = 'limitToLast';
13221
- console.log(this.type);
13222
13221
  }
13223
13222
  _apply(query) {
13224
13223
  if (query._queryParams.hasLimit()) {