Remove debug output
This commit is contained in:
@@ -307,7 +307,6 @@ PackageWriterImpl::AddEntry(const char* fileName, int fd)
|
|||||||
if (result != B_OK)
|
if (result != B_OK)
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
printf(" reading by name...\n");
|
|
||||||
// use the file name
|
// use the file name
|
||||||
BEntry packageInfoEntry(fileName);
|
BEntry packageInfoEntry(fileName);
|
||||||
status_t result = fPackageInfo.ReadFromConfigFile(
|
status_t result = fPackageInfo.ReadFromConfigFile(
|
||||||
|
|||||||
Reference in New Issue
Block a user