Remove logging of websocket connectivity

This commit is contained in:
Niko Diamadis
2023-07-24 14:17:59 +02:00
parent 69fc25571a
commit 8c86e3f622
2 changed files with 0 additions and 9 deletions

View File

@@ -113,7 +113,6 @@ internal class WebSocketService : Service() {
settings.url,
settings.sslSettings(),
settings.token,
cm,
alarmManager
)
.onOpen { onOpen() }