remove log.info in StandardSession.flush()
This commit is contained in:
parent
61fbc68be7
commit
e1fb49d4d7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue