aboutsummaryrefslogtreecommitdiff
path: root/src/actions/firebaseFirestore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/firebaseFirestore.js')
-rw-r--r--src/actions/firebaseFirestore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/actions/firebaseFirestore.js b/src/actions/firebaseFirestore.js
index feea51e..10e285a 100644
--- a/src/actions/firebaseFirestore.js
+++ b/src/actions/firebaseFirestore.js
@@ -218,7 +218,6 @@ export const createComment = (postId, content) => (dispatch, getState) => {
user : getState().firebaseAuth.userEmail.replace('@communityschoolnaples.org', ''),
date: new Date()
});
- console.log(comments);
docRef.update({
comments
});