From 955231c3f6efd819b90c59c0cde4b0a8144fbc9f Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Wed, 19 Jan 2022 01:09:59 +0200 Subject: [PATCH] removed debug print --- src/Launcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Launcher.cpp b/src/Launcher.cpp index e9862e6..4dc114f 100644 --- a/src/Launcher.cpp +++ b/src/Launcher.cpp @@ -82,7 +82,6 @@ void Launcher::QueryRegistry() { VersionParser GameVer(BeamVersion); BeamUserPath += std::to_string(GameVer.data[0]) + '.' + std::to_string(GameVer.data[1]) + '\\'; } - LOG(INFO) << BeamUserPath; if(!BeamRoot.empty() && !BeamVersion.empty() && !BeamUserPath.empty())return; } LOG(FATAL) << "Please launch the game at least once, failed to read registry key Software\\BeamNG\\BeamNG.drive";