Skip to content

Commit

Permalink
Remove more debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicUsername12 committed Mar 26, 2024
1 parent 123c67d commit 52fe504
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ extern "C" [[maybe_unused]] void __preinit_user(MEMHeapHandle *outMem1, MEMHeapH
__init_wut_malloc();
}

#include <whb/log_udp.h>

int main() {
// Initialize libraries
initializeGUI();
Expand All @@ -25,7 +23,6 @@ int main() {
ACPInitialize();
initializeInputs();
http_init();
WHBLogUdpInit();

IMDisableAPD(); // Disable auto-shutdown feature

Expand Down

0 comments on commit 52fe504

Please sign in to comment.