This commit is contained in:
retoor 2025-09-22 13:30:53 +02:00
parent a817b9b61d
commit 483a63ede9
2 changed files with 2 additions and 4 deletions

View File

@ -65,7 +65,7 @@ export class Chat extends EventHandler {
}
return new Promise((resolve) => {
this._waitConnect = resolve;
console.debug("Connecting..");
//console.debug("Connecting..");
try {
this._socket = new WebSocket(this._url);
@ -142,7 +142,7 @@ export class NotificationAudio {
new Audio(this.sounds[soundIndex])
.play()
.then(() => {
console.debug("Gave sound notification");
//console.debug("Gave sound notification");
})
.catch((error) => {
console.error("Notification failed:", error);

View File

@ -243,8 +243,6 @@ class ChatInputComponent extends NjetComponent {
if (distance < minDistance) {
minDistance = distance;
closestAuthor = author;
console.info("closestAuthor",closestAuthor)
console.info("minDistance",minDistance)
}
});
if (minDistance < 5){