Skip to content

Commit

Permalink
Remove unneeded debug trace
Browse files Browse the repository at this point in the history
Somehow this was accidentally left in.
  • Loading branch information
Colin Ward committed Dec 8, 2023
1 parent 3044b76 commit 95bb4e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95bb4e7

Please sign in to comment.