[Haiku-commits] r31081 - haiku/trunk/src/apps/debugger
bonefish at mail.berlios.de
bonefish at mail.berlios.de
Wed Jun 17 15:34:35 CEST 2009
Author: bonefish
Date: 2009-06-17 15:34:31 +0200 (Wed, 17 Jun 2009)
New Revision: 31081
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31081&view=rev
Modified:
haiku/trunk/src/apps/debugger/Debugger.cpp
Log:
Removed some debug output.
Modified: haiku/trunk/src/apps/debugger/Debugger.cpp
===================================================================
--- haiku/trunk/src/apps/debugger/Debugger.cpp 2009-06-17 13:31:33 UTC (rev 31080)
+++ haiku/trunk/src/apps/debugger/Debugger.cpp 2009-06-17 13:34:31 UTC (rev 31081)
@@ -77,8 +77,6 @@
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 @@
if (options.commandLineArgc > 0)
exclusiveParams++;
-printf("exclusiveParams: %d\n", exclusiveParams);
if (exclusiveParams == 0) {
// TODO: Support!
if (noOutput)
More information about the Haiku-commits
mailing list