summaryrefslogtreecommitdiffstats
path: root/commline
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-03-31 13:04:06 +0200
committercostea <costea@ubuntu.ubuntu-domain>2010-06-08 14:33:25 +0200
commit142db69d97ffaf92d4903b2a44877260c158dd51 (patch)
tree0decfc9b1cc1ecf7a0deabeb9fcdd3d1784a5a5f /commline
parent41f78a955e316f91dc0b7a737caa6e36e1232f9a (diff)
downloadrasdaman-upstream-142db69d97ffaf92d4903b2a44877260c158dd51.tar.gz
rasdaman-upstream-142db69d97ffaf92d4903b2a44877260c158dd51.tar.xz
rasdaman-upstream-142db69d97ffaf92d4903b2a44877260c158dd51.zip
PB: removed unnecessary #ifdef DEBUG stanza
Diffstat (limited to 'commline')
-rw-r--r--commline/cmlparser.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/commline/cmlparser.cc b/commline/cmlparser.cc
index 7c3d50d..1431188 100644
--- a/commline/cmlparser.cc
+++ b/commline/cmlparser.cc
@@ -234,19 +234,6 @@ void CommandLineParameter::setDescription(const char *desc)
paramDescription = NULL;
}
}
-
-#ifdef DEBUG
- cout<<"desc="<<desc<<endl;
- if(paramDescription==NULL)
- cout<<"paramDescription=NULL"<<endl;
- else
- cout<<"paramDescription="<<paramDescription<<endl;
-
- if(descriptionText==NULL)
- cout<<"descriptionText=NULL"<<endl;
- else
- cout<<"descriptionText="<<descriptionText<<endl;
-#endif
}
bool CommandLineParameter::doesMatch(char c)