diff --git a/core/java/src/net/i2p/util/NativeBigInteger.java b/core/java/src/net/i2p/util/NativeBigInteger.java index 375134751..1fb79397b 100644 --- a/core/java/src/net/i2p/util/NativeBigInteger.java +++ b/core/java/src/net/i2p/util/NativeBigInteger.java @@ -1159,8 +1159,6 @@ public class NativeBigInteger extends BigInteger { if (rv.isEmpty()) { error("Couldn't find the arch \"" + primary + "\" in its compatibility map \"" + compatList.toString() + "\""); } - } else { - error("Couldn't find the compatibility map for arch \"" + primary + "\""); } //System.out.println("Primary: " + primary);