From 94af2f4293e787097cb1c804f38439bdf498b735 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 17 Jun 2009 13:34:31 +0000 Subject: [PATCH] Removed some debug output. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31081 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/Debugger.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apps/debugger/Debugger.cpp b/src/apps/debugger/Debugger.cpp index 0b360774f5..ac662cd986 100644 --- a/src/apps/debugger/Debugger.cpp +++ b/src/apps/debugger/Debugger.cpp @@ -77,8 +77,6 @@ static bool parse_arguments(int argc, const char* const* argv, bool noOutput, Options& options) { -printf("parse_arguments(): argc: %d\n", argc); - optind = 1; while (true) { @@ -145,7 +143,6 @@ printf("parse_arguments(): argc: %d\n", argc); if (options.commandLineArgc > 0) exclusiveParams++; -printf("exclusiveParams: %d\n", exclusiveParams); if (exclusiveParams == 0) { // TODO: Support! if (noOutput)