mirror of https://github.com/apache/cassandra
r/m unwanted logger.debug, pointed out by Michael Greene. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@796559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efc9b60686
commit
878991bb32
|
|
@ -383,7 +383,6 @@ public class FBUtilities
|
|||
public static byte[] readByteArray(DataInput in) throws IOException
|
||||
{
|
||||
int length = in.readInt();
|
||||
logger_.debug(length);
|
||||
byte[] bytes = new byte[length];
|
||||
in.readFully(bytes);
|
||||
return bytes;
|
||||
|
|
|
|||
Loading…
Reference in New Issue