Commit 000ec33a authored by Dick Hollenbeck's avatar Dick Hollenbeck

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

parent 9634fa5c
...@@ -61,8 +61,6 @@ void DSNLEXER::init() ...@@ -61,8 +61,6 @@ void DSNLEXER::init()
space_in_quoted_tokens = false; space_in_quoted_tokens = false;
commentsAreTokens = false; commentsAreTokens = false;
D(printf( "readerStack::count:%zu\n", readerStack.size() );)
} }
...@@ -105,8 +103,6 @@ DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount, ...@@ -105,8 +103,6 @@ DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount,
DSNLEXER::~DSNLEXER() DSNLEXER::~DSNLEXER()
{ {
D(printf( "~readerStack::count:%zu\n", readerStack.size() );)
if( iOwnReaders ) if( iOwnReaders )
{ {
// delete the LINE_READERs from the stack, since I own them. // delete the LINE_READERs from the stack, since I own them.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment