fix debug logging

This commit is contained in:
Salakar 2017-03-15 11:20:12 +00:00
parent 0914a9341c
commit 5c14dfeb3b
1 changed files with 1 additions and 1 deletions

View File

@ -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');