From 1835c16d8e90b319794a55b441d77b321a2a7643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 18 Feb 2014 23:05:52 +0100 Subject: [PATCH] PackageInstaller: Disable debug output of scripts --- src/apps/packageinstaller/PackageItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)