From 79209219dda97b3d344490737165ff8edeaae5a2 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 22 Sep 2024 19:42:55 +0200 Subject: [PATCH] remove extraneous game user path print --- src/GameStart.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GameStart.cpp b/src/GameStart.cpp index 241ad5e..ac99d63 100644 --- a/src/GameStart.cpp +++ b/src/GameStart.cpp @@ -51,7 +51,6 @@ std::string GetGamePath() { std::string Ver = CheckVer(GetGameDir()); Ver = Ver.substr(0, Ver.find('.', Ver.find('.') + 1)); Path += Ver + "\\"; - info("Game user path: '" + Path + "'"); return Path; } #elif defined(__linux__)