From aed27089b9c1c3f8f6543a1bee1af79434c5309d Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 5 Sep 2020 18:33:18 -0700 Subject: [PATCH] Remove debug print --- Editor/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/main.cpp b/Editor/main.cpp index e44f20d76..3da227874 100644 --- a/Editor/main.cpp +++ b/Editor/main.cpp @@ -168,7 +168,6 @@ int main(int argc, const boo::SystemChar** argv) hecl::SystemString logFilePath; if (!logFile.empty()) { logFilePath = fmt::format(FMT_STRING(_SYS_STR("{}/{}")), fileMgr.getStoreRoot(), logFile); - fmt::print(FMT_STRING("{}\n"), logFilePath); logvisor::RegisterFileLogger(logFilePath.c_str()); }