@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.
package/dist/index.cjs.js CHANGED
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
8
8
  var logger$1 = require('@firebase/logger');
9
9
 
10
10
  const name = "@firebase/database";
11
- const version = "1.0.5-dataconnect-preview.388b61c7e";
11
+ const version = "1.0.5";
12
12
 
13
13
  /**
14
14
  * @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()) {