Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-33105] Remove debug print.
  • Loading branch information
benjaminfuchs committed Jul 30, 2017
1 parent 7aaec1c commit 51f5695
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -64,7 +64,6 @@ public ConsoleAnnotator annotate(Object context, MarkupText text) {
text.addMarkup(0, 0, "",
MessageFormat.format("<p class=\"empty\"><a class=\"linenumber\" id=\"L{0}\" href=\"#L{0}\"></a><span>", calls));
text.addMarkup(end, end, "", "</span></p>");
System.out.println("Hit");
} else {
text.addMarkup(0, 0, "",
MessageFormat.format("<p class=\"line\"><a class=\"linenumber\" id=\"L{0}\" href=\"#L{0}\"></a><span>", calls));
Expand Down

0 comments on commit 51f5695

Please sign in to comment.