Skip to content

Commit

Permalink
Removed debug info message
Browse files Browse the repository at this point in the history
  • Loading branch information
pepite committed Feb 26, 2010
1 parent 2f456dc commit 014d5aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/play/modules/netty/PlayHandler.java
Expand Up @@ -9,7 +9,6 @@
import org.jboss.netty.handler.stream.ChunkedNioFile;
import org.jboss.netty.handler.stream.ChunkedStream;
import play.Invoker;
import play.Logger;
import play.Play;
import play.PlayPlugin;
import play.data.validation.Validation;
Expand Down Expand Up @@ -42,7 +41,6 @@ public class PlayHandler extends SimpleChannelUpstreamHandler {
@Override
public void messageReceived(ChannelHandlerContext ctx, MessageEvent e) throws Exception {
final Object msg = e.getMessage();
Logger.info("messageReceived");
if (msg instanceof HttpRequest) {
final HttpRequest nettyRequest = (HttpRequest) msg;
final Request request = parseRequest(ctx, nettyRequest);
Expand Down

0 comments on commit 014d5aa

Please sign in to comment.