all repos — fluxbox @ 48de057b486f33013917593a389027600b592de4

custom fork of the fluxbox windowmanager

removed debugmsg
fluxgen fluxgen
commit

48de057b486f33013917593a389027600b592de4

parent

c8c5072fd1a542cc3783cb5b32e5e4b68e45efe7

1 files changed, 1 insertions(+), 6 deletions(-)

jump to
M src/CommandParser.ccsrc/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);