Skip to content

Commit

Permalink
Removed unnecessary exception logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Jan 6, 2017
1 parent 4d0cc0d commit 85a4726
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -451,7 +451,6 @@ private InetSocketAddress handleUdpDiscovery(InetSocketAddress address, int ssrc
}
catch (IOException e)
{
LOG.log(e);
return null;
}
}
Expand Down

0 comments on commit 85a4726

Please sign in to comment.