diff --git a/Managers/LuaMan.cpp b/Managers/LuaMan.cpp index 028c28dc82..31ba1c72c7 100644 --- a/Managers/LuaMan.cpp +++ b/Managers/LuaMan.cpp @@ -1044,9 +1044,6 @@ namespace RTE { if (fgets(buf, sizeof(buf), m_OpenedFiles[fileIndex]) != nullptr) { return buf; } -#ifndef RELEASE_BUILD - g_ConsoleMan.PrintString("ERROR: " + std::string(FileEOF(fileIndex) ? "Tried to read past EOF." : "Failed to read from file.")); -#endif } else { g_ConsoleMan.PrintString("ERROR: Tried to read an invalid or closed file."); }