We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ee121 commit b4ec99bCopy full SHA for b4ec99b
lib/firestackModule.js
@@ -86,7 +86,6 @@ export class FirestackModule {
86
const toObject = this._toObject;
87
88
const _itemAdded = (snapshot, prevKey) => {
89
-console.log('_itemAdded called', snapshot);
90
const state = this._getState(); // local state
91
const newItem = toObject(snapshot, state);
92
let list = state.items || [];
0 commit comments