Less logging

This commit is contained in:
Mashintime 2023-10-10 16:28:35 -04:00
parent fd12e37622
commit d96c6a818e

View file

@ -341,7 +341,7 @@ export async function updateAllChat() {
.then(async function (result) {
for (var item of result.docs) {
if (item.type === "beacon") {
console.log(item);
//console.log(item);
// TODO: sort beacon list .... maybe a part for a separate function
const jsonData = [item];