remove debug message box

This commit is contained in:
altalk23 2023-05-01 12:12:29 +03:00
parent e3bda2a544
commit 144bb1baae

View file

@ -44,10 +44,6 @@ ghc::filesystem::path dirs::getGeodeSaveDir() {
}
ghc::filesystem::path dirs::getGeodeResourcesDir() {
LoaderImpl::get()->platformMessageBox(
"Fatal Internal Error",
(dirs::getGeodeDir() / "resources").string()
);
return dirs::getGeodeDir() / "resources";
}