Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed May 12, 2014
1 parent a67520b commit 7384e1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/googlecode/fcgi4j/FCGIConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ private void readResponseHeaders() {
private FCGIHeader readHeader() throws IOException {
IoUtils.socketRread(socketChannel, headerBuffer);

System.out.println(headerBuffer.toString());
headerBuffer.flip();
FCGIHeader header = FCGIHeader.parse(headerBuffer);
headerBuffer.clear();
Expand Down

0 comments on commit 7384e1f

Please sign in to comment.