fix debug logging
This commit is contained in:
parent
0914a9341c
commit
5c14dfeb3b
|
@ -34,7 +34,7 @@ export default class Firebase {
|
|||
this.options = Object.assign({ errorOnMissingPlayServices: true }, options);
|
||||
|
||||
if (this.debug) {
|
||||
Log.enable(this._debug);
|
||||
Log.enable(this.debug);
|
||||
}
|
||||
|
||||
this._log = new Log('firebase');
|
||||
|
|
Loading…
Reference in New Issue