diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-11-06 17:42:54 -0500 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-11-06 17:42:54 -0500 |
commit | b6c18390f6a0a19dfaa1a401571a13cecbdb54f3 (patch) | |
tree | 8e299a0b501397354673958780cc2bc638b14f0b /src/actions/firebaseFirestore.js | |
parent | 8726d9c2737d313036a2a35037af752f59b48bb6 (diff) |
Updated old info
Diffstat (limited to 'src/actions/firebaseFirestore.js')
-rw-r--r-- | src/actions/firebaseFirestore.js | 1 |
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 }); |