removed an assert which causes a shortcut call circuit

pull/1/head
Michael Peter Christen 11 years ago
parent 6d5fefe060
commit 0f3d8890db

@ -238,7 +238,6 @@ public class URIMetadataRow {
// (each byte has an 6-bit range) // (each byte has an 6-bit range)
// that should be enough for all web pages on the world // that should be enough for all web pages on the world
final byte[] h = this.entry.getPrimaryKeyBytes(); final byte[] h = this.entry.getPrimaryKeyBytes();
assert ByteBuffer.equals(h, url().hash());
return h; return h;
} }

Loading…
Cancel
Save