summaryrefslogtreecommitdiffstats
path: root/commline
diff options
context:
space:
mode:
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)