From e40ebe4b878f877fed739148b491e4115e4c664f Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 12 Mar 2021 08:10:56 -0600 Subject: [PATCH] Remove debug message --- arm9/source/hexEditor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arm9/source/hexEditor.cpp b/arm9/source/hexEditor.cpp index 57eba56..01a5cfa 100644 --- a/arm9/source/hexEditor.cpp +++ b/arm9/source/hexEditor.cpp @@ -59,10 +59,8 @@ void hexEditor(const char *path, int drive) { FILE *file = fopen(path, drive < 4 ? "rb+" : "rb"); - if(!file) { - nocashMessage("test"); + if(!file) return; - } consoleClear();