Removed duplicated logging.

This commit is contained in:
Simone Bordet 2017-02-07 18:24:29 +01:00
parent 98688052ef
commit c0d261d7aa
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ public abstract class FillInterest
try
{
if (LOG.isDebugEnabled())
LOG.debug("{} register {}",this,callback);
needsFillInterest();
}
catch (Throwable e)