remove log.info in StandardSession.flush()

This commit is contained in:
Thomas Becker 2012-11-29 14:22:01 +01:00
parent 61fbc68be7
commit e1fb49d4d7
1 changed files with 0 additions and 1 deletions

View File

@ -892,7 +892,6 @@ public class StandardSession implements ISession, Parser.Listener, Dumpable
ByteBuffer buffer = null;
synchronized (queue)
{
LOG.info("Flush "+queue.size()+" -> "+this.lastStreamId);
if (flushing || queue.isEmpty())
return;