remove log

This commit is contained in:
SvyatoslavArtymovych 2023-05-10 15:46:45 +03:00
parent 93dd077514
commit 6cef64685f
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -41,8 +41,6 @@ const voteClickEventListener = async (
}
const currentUserVote = json.current_user_vote;
console.log('currentUserVote', currentUserVote);
setStrokeToVoteBtns(currentUserVote);
};