removed debug message from upgrade script

This commit is contained in:
Doug Bell 2008-09-22 14:41:46 +00:00
parent 82a7e5dfd2
commit f6ef71d244

View file

@ -256,7 +256,6 @@ sub addPackage {
next;
}
$asset->update( { isDefault => 1 } );
print "Updated $assetId\n";
}
return;