Merge pull request #774 from amnezia-vpn/fix/remove_appname_log

Remove logging of application and package names
This commit is contained in:
pokamest 2024-04-25 07:53:53 -07:00 committed by GitHub
commit 03c18c44e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 5 deletions

View file

@ -29,7 +29,6 @@ void AppSplitTunnelingController::addApp(const QString &appPath)
void AppSplitTunnelingController::addApps(QVector<QPair<QString, QString>> apps)
{
qDebug() << apps;
for (const auto &app : apps) {
InstalledAppInfo appInfo { app.first, app.second, "" };