remove debug message whoops

This commit is contained in:
HJfod 2023-01-24 10:29:22 +02:00
parent 0012762c84
commit ec28634c26

View file

@ -95,7 +95,6 @@ struct CustomMenuLayer : Modify<CustomMenuLayer, MenuLayer> {
if (!shownTriedToLoadDlls) {
shownTriedToLoadDlls = true;
if (Loader::get()->userTriedToLoadDLLs()) {
log::debug("did try to load");
auto popup = FLAlertLayer::create(
"Hold up!",
"It appears that you have tried to <cr>load DLLs</c> with Geode. "