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

@ -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, "" };