removed console log
This commit is contained in:
parent
d4984b6bf4
commit
d9bf275578
1 changed files with 0 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue