Skip to content

Commit c33513e

Browse files
committed
chore: remove log
1 parent d9e0457 commit c33513e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/src/store/apis/updatePollMessage.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export const updatePollMessage = <
5757
own_votes: newOwnVotes,
5858
});
5959

60-
console.log('STORABLE POLL: ', newOwnVotes);
61-
6260
queries.push(
6361
createUpdateQuery('poll', storablePoll, {
6462
id: poll.id,

0 commit comments

Comments
 (0)