@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.
@@ -1300,7 +1300,7 @@ var WebSocketConnection = /** @class */ (function () {
1300
1300
  }());
1301
1301
 
1302
1302
  var name = "@firebase/database";
1303
- var version = "1.0.5-dataconnect-preview.877f8b7d0";
1303
+ var version = "1.0.5";
1304
1304
 
1305
1305
  /**
1306
1306
  * @license
@@ -13668,7 +13668,6 @@ var QueryLimitToLastConstraint = /** @class */ (function (_super) {
13668
13668
  var _this = _super.call(this) || this;
13669
13669
  _this._limit = _limit;
13670
13670
  _this.type = 'limitToLast';
13671
- console.log(_this.type);
13672
13671
  return _this;
13673
13672
  }
13674
13673
  QueryLimitToLastConstraint.prototype._apply = function (query) {