mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Commented out Yeet unhandled event logging as it's annoying as hell
This commit is contained in:
@@ -123,8 +123,8 @@ public class Yeet : IDisposable
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
_logger.Info($"Event {data[0].GetString()} from Yeet was not handled");
|
//_logger.Info($"Event {data[0].GetString()} from Yeet was not handled");
|
||||||
_logger.Info(message.Text);
|
//_logger.Info(message.Text);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user