Remove logging of application and package names, as this is personal user data

This commit is contained in:
albexk 2024-04-22 16:56:27 +03:00
parent 477d7214c5
commit b868831bcb
4 changed files with 3 additions and 5 deletions

View file

@ -48,7 +48,6 @@ bool AppSplitTunnelingModel::addApp(const InstalledAppInfo &appInfo)
m_settings->setVpnApps(m_currentRouteMode, m_apps);
endInsertRows();
qDebug() << "app added " << appInfo.appName;
return true;
}