mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Removed error print for cases of 'null' primary, where CPU identification has failed.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user