From 95bb4e7c2acbc08908e13f64839843ecb4eb1565 Mon Sep 17 00:00:00 2001 From: Colin Ward Date: Sat, 9 Dec 2023 07:39:10 +0900 Subject: [PATCH] Remove unneeded debug trace Somehow this was accidentally left in. --- Utils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Utils.cpp b/Utils.cpp index f1aa8f9..2c61117 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -287,7 +287,6 @@ TInt Utils::MapLastFileError(const char *a_pccFileName) /* See what the last error was */ RetVal = Utils::MapLastError(); - printf("RetVal = %d\n", RetVal); #ifdef WIN32