aboutsummaryrefslogtreecommitdiff
path: root/src/store/actions
diff options
context:
space:
mode:
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,