commit 3611bc577ad8f0dda034faf7ab0ae96841c6859e
Author: Alex Lehmann <[email protected]>
AuthorDate: Sat Aug 11 02:05:07 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sat Aug 11 08:02:11 2012 +0200
JBEHAVE-813: html template report contains encoded html tags
removed debug statement left in in last commit
diff --git
a/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
b/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
index 84a76cd..71080c1 100644
---
a/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
+++
b/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
@@ -552,7 +552,6 @@ public class TemplateableOutput implements StoryReporter {
// because placeholders for parameters do not contain
// special chars (the placeholder is {0} etc)
String escapedStep = escapeString(outputFormat, stepPattern);
- System.out.println("escape: "+stepPattern+" "+escapedStep);
if (!parameters.isEmpty()) {
try {
return MessageFormat.format(escapedStep,
formatParameters(outputFormat, parameterPattern));