Removed some debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31081 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-06-17 13:34:31 +00:00
parent 8c2d467ed7
commit 94af2f4293
-3
View File
@@ -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)