Skip to content

Commit b4ec99b

Browse files
committed
Removed useless logging statement
1 parent 35ee121 commit b4ec99b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/firestackModule.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export class FirestackModule {
8686
const toObject = this._toObject;
8787

8888
const _itemAdded = (snapshot, prevKey) => {
89-
console.log('_itemAdded called', snapshot);
9089
const state = this._getState(); // local state
9190
const newItem = toObject(snapshot, state);
9291
let list = state.items || [];

0 commit comments

Comments
 (0)