mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Cleanup debug stuff
This commit is contained in:
@@ -355,8 +355,6 @@ void IosController::startTunnel()
|
||||
m_rxBytes = 0;
|
||||
m_txBytes = 0;
|
||||
|
||||
qDebug() << "m_rawConfig " << m_rawConfig;
|
||||
|
||||
int STT = m_rawConfig["splitTunnelType"].toInt();
|
||||
QJsonArray splitTunnelSites = m_rawConfig["splitTunnelSites"].toArray();
|
||||
QJsonDocument doc;
|
||||
@@ -397,7 +395,6 @@ void IosController::startTunnel()
|
||||
NSDictionary* message = @{actionKey: actionValue, tunnelIdKey: tunnelIdValue,
|
||||
SplitTunnelTypeKey: SplitTunnelTypeValue, SplitTunnelSitesKey: SplitTunnelSitesValue};
|
||||
|
||||
qDebug() << "sendVpnExtensionMessage " << message;
|
||||
sendVpnExtensionMessage(message);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user