mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Remove debug message
This commit is contained in:
parent
2d59362d9c
commit
e40ebe4b87
@ -59,10 +59,8 @@ void hexEditor(const char *path, int drive) {
|
|||||||
|
|
||||||
FILE *file = fopen(path, drive < 4 ? "rb+" : "rb");
|
FILE *file = fopen(path, drive < 4 ? "rb+" : "rb");
|
||||||
|
|
||||||
if(!file) {
|
if(!file)
|
||||||
nocashMessage("test");
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
consoleClear();
|
consoleClear();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user