From 28f9d7f28f4221d5688bec482e8e2506c4e90ec7 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Wed, 1 May 2013 10:49:34 -0500 Subject: [PATCH] remove temporary debug printf()s I no longer need. --- common/dsnlexer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/dsnlexer.cpp b/common/dsnlexer.cpp index cd7962c7f6..e70f5e1fa8 100644 --- a/common/dsnlexer.cpp +++ b/common/dsnlexer.cpp @@ -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.