Remove some dead code that was causing esoteric issues (#349)
This commit is contained in:
parent
3e5776c410
commit
fceb2447df
@ -102,10 +102,6 @@ void NetworkSocket::readData()
|
||||
QStringList l_all_packets = l_data.split("%");
|
||||
l_all_packets.removeLast(); // Remove the entry after the last delimiter
|
||||
|
||||
if (l_all_packets.value(0).startsWith("MC", Qt::CaseInsensitive)) {
|
||||
l_all_packets = QStringList{l_all_packets.value(0)};
|
||||
}
|
||||
|
||||
for (const QString &l_single_packet : qAsConst(l_all_packets)) {
|
||||
AOPacket *l_packet = PacketFactory::createPacket(l_single_packet);
|
||||
if (!l_packet) {
|
||||
|
Loading…
Reference in New Issue
Block a user