removed debug stuff

This commit is contained in:
2026-01-01 16:22:38 +02:00
parent 95d7489aa3
commit 9245138eb0
4 changed files with 2 additions and 4 deletions

View File

@@ -117,7 +117,6 @@ BuildFile_t *CProjectBuilder::BuildProject( const char *szProjectName, const cha
{
o.m_szPath.AppendHead("/");
o.m_szPath.AppendHead(Plat_GetWorkingDir());
printf("%s: %s = %s\n",build->m_psz,o.m_szName, o.m_szPath.GetString());
};
};