removed console log

This commit is contained in:
Atridad Lahiji 2023-10-22 23:04:34 -06:00
parent d4984b6bf4
commit d9bf275578
No known key found for this signature in database

View file

@ -173,11 +173,6 @@ const VoteUI = () => {
reset: boolean | undefined;
log: boolean | undefined;
}) {
console.log({
visible: data.visible,
reset: data.reset ? data.reset : false,
log: data.log ? data.log : false,
});
if (roomFromDb) {
await fetch(`/api/internal/room/${roomId}`, {
cache: "no-cache",