From dae1cddce4e80efc4433098467e3ba16e9053e34 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 3 Jun 2022 16:49:27 +0200 Subject: [PATCH] Remove OSReport() --- source/iosuhax.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/iosuhax.cpp b/source/iosuhax.cpp index 3cf5f94..e12203d 100644 --- a/source/iosuhax.cpp +++ b/source/iosuhax.cpp @@ -131,10 +131,8 @@ int IOSUHAX_FSARawOpenEx(int clientHandle, char *device_path, int32_t *outHandle strncpy(requestBuffer->path, device_path, 0x27F); int res = __FSAShimSend(shim, 0); - OSReport("open res %08X\n", res); if (res >= 0) { *outHandle = shim->response.rawOpen.handle; - OSReport("set outHandle to %08X\n", *outHandle); } free(shim); return res;