[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
1 changed files with 0 additions and 1 deletions

View File

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