Remove debug code
This commit is contained in:
parent
a5f7ecbe00
commit
3d0fcfe8af
|
@ -138,9 +138,6 @@ bool NUMERIC_EVALUATOR::Process( const wxString& aString )
|
|||
m_parseFinished = false;
|
||||
Token tok;
|
||||
|
||||
FILE* f = fopen( "C:\\Users\\jon\\log.txt", "w" );
|
||||
numEval::ParseTrace( f, "parser: " );
|
||||
|
||||
if( aString.IsEmpty() )
|
||||
{
|
||||
m_parseFinished = true;
|
||||
|
@ -160,8 +157,6 @@ bool NUMERIC_EVALUATOR::Process( const wxString& aString )
|
|||
}
|
||||
} while( tok.token );
|
||||
|
||||
fclose( f );
|
||||
|
||||
return !m_parseError;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue