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

@@ -15,7 +15,6 @@ CBuildStage::CBuildStage( const char *psz, int(*pMainFn)() )
{
m_psz = psz;
m_pMainFn = pMainFn;
printf("%p\n",m_pMainFn);
if (psz == 0 || pMainFn == 0)
Plat_FatalErrorFunc("Name and function pointer must be set\n");