Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8f2ce3d

Browse files
committed
Fixes #588 - remove debug log from FirebaseArray::$destroy()
1 parent 141f27e commit 8f2ce3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FirebaseArray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@
277277
this._isDestroyed = true;
278278
this._sync.destroy(err);
279279
this.$list.length = 0;
280-
$log.debug('destroy called for FirebaseArray: '+this.$ref().ref().toString());
281280
}
282281
},
283282

0 commit comments

Comments
 (0)