From 48de057b486f33013917593a389027600b592de4 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 11 Aug 2003 13:47:51 +0000 Subject: removed debugmsg --- src/CommandParser.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/CommandParser.cc b/src/CommandParser.cc index aebb99a..baa5e7a 100644 --- a/src/CommandParser.cc +++ b/src/CommandParser.cc @@ -20,14 +20,13 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: CommandParser.cc,v 1.3 2003/07/01 09:04:52 fluxgen Exp $ +// $Id: CommandParser.cc,v 1.4 2003/08/11 13:47:51 fluxgen Exp $ #include "CommandParser.hh" #include "StringUtil.hh" #include -#include using namespace std; namespace { @@ -74,10 +73,6 @@ FbTk::Command *CommandParser::parseLine(const std::string &line) { } // now we have parsed command and arguments -#ifdef DEBUG - cerr<<__FILE__<<"("<<__FUNCTION__<<"): command = ["<< - command<<"] arguments=["<