chore: removed some debug code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-11-24 20:53:14 +01:00
parent 1d98399d09
commit 832bbf292c
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -213,7 +213,6 @@ sub NTFY_TOPIC_Read
if (!$buf) if (!$buf)
{ {
NTFY_TOPIC_LOG(LOG_ERROR, "websocket disconnected");
InternalTimer(gettimeofday()+30, "NTFY_TOPIC_Reconnect", $hash); InternalTimer(gettimeofday()+30, "NTFY_TOPIC_Reconnect", $hash);
return; return;
} }