remove temporary debug printf()s I no longer need.

This commit is contained in:
Dick Hollenbeck 2013-05-01 10:49:34 -05:00
parent 9634fa5c07
commit 000ec33af2
1 changed files with 0 additions and 4 deletions

View File

@ -61,8 +61,6 @@ void DSNLEXER::init()
space_in_quoted_tokens = false;
commentsAreTokens = false;
D(printf( "readerStack::count:%zu\n", readerStack.size() );)
}
@ -105,8 +103,6 @@ DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount,
DSNLEXER::~DSNLEXER()
{
D(printf( "~readerStack::count:%zu\n", readerStack.size() );)
if( iOwnReaders )
{
// delete the LINE_READERs from the stack, since I own them.