Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
remove unnesecary ping debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
brian91292 committed Dec 20, 2019
1 parent 7b89ab1 commit ff5ac46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Chat/Twitch/TwitchWebSocketClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ private static void Connect(bool isManualReconnect = false)

if (nextPing < DateTime.UtcNow)
{
Plugin.Log("Ping!");
if (!_ws.IsAlive)
{
Plugin.Log("Ping failed, reconnecting!");
Expand Down

0 comments on commit ff5ac46

Please sign in to comment.