Upload AWG binary

This commit is contained in:
Mykola Baibuz 2023-09-20 14:27:28 -04:00
parent f5ab034aeb
commit 52e5453d56
4 changed files with 4 additions and 6 deletions

View file

@ -29,8 +29,6 @@ IPAddress::IPAddress(const QString& ip) {
if (m_prefixLength >= 128) {
m_prefixLength = 128;
}
} else {
// Q_ASSERT(false);
}
}