removed console log
This commit is contained in:
parent
c2176ca0ee
commit
be10f0075c
1 changed files with 0 additions and 5 deletions
|
@ -173,11 +173,6 @@ const VoteUI = () => {
|
||||||
reset: boolean | undefined;
|
reset: boolean | undefined;
|
||||||
log: boolean | undefined;
|
log: boolean | undefined;
|
||||||
}) {
|
}) {
|
||||||
console.log({
|
|
||||||
visible: data.visible,
|
|
||||||
reset: data.reset ? data.reset : false,
|
|
||||||
log: data.log ? data.log : false,
|
|
||||||
});
|
|
||||||
if (roomFromDb) {
|
if (roomFromDb) {
|
||||||
await fetch(`/api/internal/room/${roomId}`, {
|
await fetch(`/api/internal/room/${roomId}`, {
|
||||||
cache: "no-cache",
|
cache: "no-cache",
|
||||||
|
|
Loading…
Add table
Reference in a new issue