Skip to content

Commit

Permalink
Fixes #588 - remove debug log from FirebaseArray::$destroy()
Browse files Browse the repository at this point in the history
  • Loading branch information
katowulf committed May 2, 2015
1 parent 141f27e commit 8f2ce3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FirebaseArray.js
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 8f2ce3d

Please sign in to comment.