Fix console spam, we don't really need that anyway

This commit is contained in:
aidancbrady 2015-05-28 10:32:05 -04:00
parent 95565b38c3
commit f95bfbb600

View file

@ -82,8 +82,7 @@ public final class Tier
return tier;
}
}
Mekanism.logger.error("Invalid tier identifier when retrieving with name.");
return BASIC;
}