Skip to content

Commit

Permalink
removed console logs for issue hazelcast#3049
Browse files Browse the repository at this point in the history
  • Loading branch information
serkanozal committed Aug 14, 2014
1 parent 8dfaf64 commit ad36956
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ public Description getDescription() {
@Override
public void run(RunNotifier notifier) {
System.clearProperty(TestWebFilter.USE_SPRING_AWARE_FILTER_PROPERTY);
System.out.println("Running round 1 by using WebFilter for " + getDescription() + " ...");
delegatedRunner.run(notifier);

System.setProperty(TestWebFilter.USE_SPRING_AWARE_FILTER_PROPERTY, "true");
System.out.println("Running round 2 by using SpringAwareWebFilter for " + getDescription() + " ...");
delegatedRunner.run(notifier);
}
}

0 comments on commit ad36956

Please sign in to comment.