diff --git a/src/apps/packageinstaller/PackageItem.cpp b/src/apps/packageinstaller/PackageItem.cpp index f09d30339e..9fa3640d24 100644 --- a/src/apps/packageinstaller/PackageItem.cpp +++ b/src/apps/packageinstaller/PackageItem.cpp @@ -610,7 +610,7 @@ PackageScript::DoInstall(const char* path, ItemState* state) // that's more fragile... but a common source for // the rewriting of BeOS paths is needed. - printf("%s\n", script.String()); +// printf("%s\n", script.String()); BPath workingDirectory; if (path != NULL)