Skip to content

Commit

Permalink
yegor256#306: remove system.out
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarobock committed Jun 23, 2015
1 parent b423d84 commit e5eec13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/org/takes/http/BkBasicTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public void handlesPersistentConnection() throws Exception {
@Override
public Response act(final Request req)
throws IOException {
System.out.println("ACA");
return new TkEmpty().act(req);
}
};
Expand Down

0 comments on commit e5eec13

Please sign in to comment.