Skip to content

Commit b245f4a

Browse files
committed
chore: cleanup
1 parent 3b06a05 commit b245f4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/store/apis/updateReaction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const updateReaction = async ({
1818
reaction: ReactionResponse;
1919
execute?: boolean;
2020
}) => {
21-
console.log('EXECUTING UPDATE');
2221
const queries: PreparedQueries[] = [];
2322
let storableUser: ReturnType<typeof mapUserToStorable> | undefined;
2423

0 commit comments

Comments
 (0)