Remove logging of the template in the upgrade step.

This commit is contained in:
Colin Kuskie 2011-12-02 08:54:00 -08:00
parent 7d75bf5cdc
commit 7936bad564

View file

@ -51,7 +51,6 @@ for my $ns ( keys %namespaces ) {
$template =~ s/$match/sprintf( $replace, $1, $2, $3, $4, $5, $6, $7, $8, $9 )/es; # No, I do not feel good about this
}
session->log->error( $template );
$asset->addRevision( {
template => $template,
tagId => version_tag->getId,