We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7276a59 commit 1ac4d7bCopy full SHA for 1ac4d7b
1 file changed
src/LgDisplayController.cs
@@ -783,7 +783,6 @@ private void CommunicationMonitor_StatusChange(object sender, MonitorStatusChang
783
private void PortGather_LineReceived(object sender, GenericCommMethodReceiveTextArgs args)
784
{
785
receiveQueue.Enqueue(new ProcessStringMessage(args.Text, ProcessResponse));
786
- receiveQueue.Enqueue(new ProcessStringMessage(args.Text, ProcessResponse));
787
}
788
789
private void PollAfterNgResponse(string ngCommand)
0 commit comments