From d9ce435a0b7cb43213ad35057b4978c756d5c9ee Mon Sep 17 00:00:00 2001 From: anotheruselesaccount <160650467+anotheruselesaccount@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:18:48 +0300 Subject: [PATCH] remove unneeded junk --- src/component/fileio.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/component/fileio.cpp b/src/component/fileio.cpp index 004af45..aef7fee 100644 --- a/src/component/fileio.cpp +++ b/src/component/fileio.cpp @@ -197,9 +197,6 @@ namespace fileio auto fd = 0; auto file_length = game::FS_FOpenFileRead(fpath.c_str(), &fd); - printf("FD %d", fd); - printf("FILE LENGHT %d", file_length); - if (!fd || file_length < 0) { game::Com_PrintWarning(game::CON_CHANNEL_SCRIPT, "Failed to open file for reading: %s\n", fpath.c_str());