From eec87bd814c24b41381fb6018db6c4a43266ad77 Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 15 Oct 2015 17:42:30 +0000 Subject: [PATCH] Removed error print for cases of 'null' primary, where CPU identification has failed. --- core/java/src/net/i2p/util/NativeBigInteger.java | 2 -- 1 file changed, 2 deletions(-) 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);