@firebase/database 1.0.5-dataconnect-preview.877f8b7d0 → 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.
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sh
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "1.0.5-dataconnect-preview.877f8b7d0";
7
+ const version = "1.0.5";
8
8
 
9
9
  /**
10
10
  * @license
@@ -13214,7 +13214,6 @@ class QueryLimitToLastConstraint extends QueryConstraint {
13214
13214
  super();
13215
13215
  this._limit = _limit;
13216
13216
  this.type = 'limitToLast';
13217
- console.log(this.type);
13218
13217
  }
13219
13218
  _apply(query) {
13220
13219
  if (query._queryParams.hasLimit()) {