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:
@@ -77,8 +77,6 @@ static bool
|
|||||||
parse_arguments(int argc, const char* const* argv, bool noOutput,
|
parse_arguments(int argc, const char* const* argv, bool noOutput,
|
||||||
Options& options)
|
Options& options)
|
||||||
{
|
{
|
||||||
printf("parse_arguments(): argc: %d\n", argc);
|
|
||||||
|
|
||||||
optind = 1;
|
optind = 1;
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
@@ -145,7 +143,6 @@ printf("parse_arguments(): argc: %d\n", argc);
|
|||||||
if (options.commandLineArgc > 0)
|
if (options.commandLineArgc > 0)
|
||||||
exclusiveParams++;
|
exclusiveParams++;
|
||||||
|
|
||||||
printf("exclusiveParams: %d\n", exclusiveParams);
|
|
||||||
if (exclusiveParams == 0) {
|
if (exclusiveParams == 0) {
|
||||||
// TODO: Support!
|
// TODO: Support!
|
||||||
if (noOutput)
|
if (noOutput)
|
||||||
|
|||||||
Reference in New Issue
Block a user