PackageInstaller: Disable debug output of scripts

This commit is contained in:
Stephan Aßmus
2014-02-18 23:05:52 +01:00
parent 51f34888d9
commit 1835c16d8e
+1 -1
View File
@@ -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)