removed debugmsg
fluxgen fluxgen
1 files changed,
1 insertions(+),
6 deletions(-)
jump to
M
src/CommandParser.cc
→
src/CommandParser.cc
@@ -20,14 +20,13 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 <vector> -#include <iostream> using namespace std; namespace {@@ -74,10 +73,6 @@ command.erase(second_pos); // remove argument from command
} // now we have parsed command and arguments -#ifdef DEBUG - cerr<<__FILE__<<"("<<__FUNCTION__<<"): command = ["<< - command<<"] arguments=["<<arguments<<"]"<<endl; -#endif // DEBUG command = FbTk::StringUtil::toLower(command);