Skip to content

Commit

Permalink
Remove testing log
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Dec 17, 2024
1 parent 66c24ad commit 5a96abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/uMenu/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ namespace {
for(u32 i = 0; i < g_GlobalSettings.system_status.last_deleted_app_count; i++) {
UL_LOG_INFO("> Deleted app: 0x%016lX", app_buf[i]);

UL_LOG_INFO("> !!! deleted 0x%016lX vs takeover 0x%016lX", app_buf[i], g_GlobalSettings.cache_hb_takeover_app_id);

if(g_GlobalSettings.cache_hb_takeover_app_id == app_buf[i]) {
g_GlobalSettings.cache_hb_takeover_app_id = 0;
g_GlobalSettings.config.SetEntry(ul::cfg::ConfigEntryId::HomebrewApplicationTakeoverApplicationId, g_GlobalSettings.cache_hb_takeover_app_id);
Expand Down

0 comments on commit 5a96abe

Please sign in to comment.