diff options
author | Russell Sim <russell.sim@gmail.com> | 2020-06-17 08:02:28 +0200 |
---|---|---|
committer | Russell Sim <russell.sim@gmail.com> | 2020-06-17 08:02:28 +0200 |
commit | 5e3cd6fbe898c6452e61b4edb8d78d4d158fc254 (patch) | |
tree | 68dc93f69ab15ce1be0fe1a8ef85565950b2f8ce | |
parent | 342dbc9724c451ce8fc96bb5437030b8c1875fee (diff) |
Remove qDebug statement
-rw-r--r-- | proto-wine/ftnoir_protocol_wine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.cpp b/proto-wine/ftnoir_protocol_wine.cpp index a9de7557..6652eb48 100644 --- a/proto-wine/ftnoir_protocol_wine.cpp +++ b/proto-wine/ftnoir_protocol_wine.cpp @@ -74,7 +74,6 @@ module_status wine::initialize() QString proton_path(const QString& proton_path); wine_path = proton_path(s.proton_path().toString()); - qDebug() << s.proton_path().toString(); auto [proton_env, error_string, success] = make_steam_environ(s.proton_path().toString(), s.proton_appid); env = proton_env; |