Skip to content

Commit

Permalink
Merge pull request #615 from firebase/kato-log
Browse files Browse the repository at this point in the history
Fixes #588 - remove debug log from FirebaseArray::$destroy()
  • Loading branch information
Jacob Wenger committed May 2, 2015
2 parents 141f27e + 8f2ce3d commit a22f335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FirebaseArray.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@
this._isDestroyed = true;
this._sync.destroy(err);
this.$list.length = 0;
$log.debug('destroy called for FirebaseArray: '+this.$ref().ref().toString());
}
},

Expand Down

0 comments on commit a22f335

Please sign in to comment.