Skip to content

Commit 7936bad

Browse files
committedDec 2, 2011
Remove logging of the template in the upgrade step.
1 parent 7d75bf5 commit 7936bad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎share/upgrades/7.10.23-8.0.0/zzz_renameFormBuilderTemplateVars.pl

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
$template =~ s/$match/sprintf( $replace, $1, $2, $3, $4, $5, $6, $7, $8, $9 )/es; # No, I do not feel good about this
5252
}
5353

54-
session->log->error( $template );
5554
$asset->addRevision( {
5655
template => $template,
5756
tagId => version_tag->getId,

0 commit comments

Comments
 (0)
Please sign in to comment.