aboutsummaryrefslogtreecommitdiff
path: root/src/store/actions
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-31 02:35:25 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-31 02:35:25 -0800
commit69b337ed7c3844cf04a6bd1c0557ba598735f34e (patch)
tree46a880f8acff035041fb107b95f3526c63cab1ff /src/store/actions
parenta3000926cb26d9ca2afba116d875653783fb622b (diff)
Fixed comments
Diffstat (limited to 'src/store/actions')
-rw-r--r--src/store/actions/user.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/store/actions/user.ts b/src/store/actions/user.ts
index af942592..5f49a103 100644
--- a/src/store/actions/user.ts
+++ b/src/store/actions/user.ts
@@ -118,7 +118,6 @@ export const updateReplyPosted = (
): ThunkAction<Promise<void>, RootState, unknown, Action<string>> => async (
dispatch,
) => {
- console.log(replyPosted);
try {
dispatch({
type: setReplyPosted.type,