mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
remove debug message whoops
This commit is contained in:
parent
0012762c84
commit
ec28634c26
1 changed files with 0 additions and 1 deletions
|
@ -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. "
|
||||
|
|
Loading…
Reference in a new issue