Remove debug output
This commit is contained in:
parent
32081667b1
commit
55191c9ac9
@ -366,7 +366,6 @@ command_extract(int argc, const char* const* argv)
|
|||||||
StandardErrorOutput errorOutput;
|
StandardErrorOutput errorOutput;
|
||||||
BPackageReader packageReader(&errorOutput);
|
BPackageReader packageReader(&errorOutput);
|
||||||
status_t error = packageReader.Init(packageFileName);
|
status_t error = packageReader.Init(packageFileName);
|
||||||
printf("Init(): %s\n", strerror(error));
|
|
||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
@ -386,7 +385,6 @@ printf("Init(): %s\n", strerror(error));
|
|||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
error = packageReader.ParseContent(&handler);
|
error = packageReader.ParseContent(&handler);
|
||||||
printf("ParseContent(): %s\n", strerror(error));
|
|
||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user