From 5e3cd6fbe898c6452e61b4edb8d78d4d158fc254 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Wed, 17 Jun 2020 08:02:28 +0200 Subject: Remove qDebug statement --- proto-wine/ftnoir_protocol_wine.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'proto-wine') 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; -- cgit v1.2.3