removed debug stuff
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user