2
0
mirror of synced 2025-01-11 14:44:12 +00:00

[database][js] Fix strict mode issue

This commit is contained in:
Chris Bianca 2017-10-18 10:40:18 +01:00
parent 252b879ef4
commit bc1e827273

View File

@ -74,7 +74,6 @@ export default class Reference extends ReferenceBase {
this._refListeners = {};
this._database = database;
this._query = new Query(this, path, existingModifiers);
this.log = this._database.log;
this.log.debug('Created new Reference', this._getRefKey());
}