mirror of https://github.com/AxioDL/metaforce.git
Remove debug print
This commit is contained in:
parent
b28b19732e
commit
aed27089b9
|
@ -168,7 +168,6 @@ int main(int argc, const boo::SystemChar** argv)
|
||||||
hecl::SystemString logFilePath;
|
hecl::SystemString logFilePath;
|
||||||
if (!logFile.empty()) {
|
if (!logFile.empty()) {
|
||||||
logFilePath = fmt::format(FMT_STRING(_SYS_STR("{}/{}")), fileMgr.getStoreRoot(), logFile);
|
logFilePath = fmt::format(FMT_STRING(_SYS_STR("{}/{}")), fileMgr.getStoreRoot(), logFile);
|
||||||
fmt::print(FMT_STRING("{}\n"), logFilePath);
|
|
||||||
logvisor::RegisterFileLogger(logFilePath.c_str());
|
logvisor::RegisterFileLogger(logFilePath.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue