mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Less logging
This commit is contained in:
parent
fd12e37622
commit
d96c6a818e
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue