From f6ef71d2443190bb88303d994bbb930b0e907656 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 22 Sep 2008 14:41:46 +0000 Subject: [PATCH] removed debug message from upgrade script --- docs/upgrades/upgrade_7.5.21-7.6.0.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.5.21-7.6.0.pl b/docs/upgrades/upgrade_7.5.21-7.6.0.pl index 8f82f0061..7608d7049 100644 --- a/docs/upgrades/upgrade_7.5.21-7.6.0.pl +++ b/docs/upgrades/upgrade_7.5.21-7.6.0.pl @@ -256,7 +256,6 @@ sub addPackage { next; } $asset->update( { isDefault => 1 } ); - print "Updated $assetId\n"; } return;