remove logs; 1 log might cause a null ref;

This commit is contained in:
Kevin Ramharak 2019-01-23 09:48:43 +01:00
parent f3ae97c060
commit 9cb2c29f0f

View File

@ -167,9 +167,6 @@ public class SetccInstruction extends Instruction {
String mnemonic = getMnemonic().toLowerCase();
Character familyOpCode = mnemnoicFamilyOpCodeMap.get(mnemonic);
LogManager.LOGGER.info("received mnemonic: " + mnemonic);
LogManager.LOGGER.info("family opcode: " + (int)(char) familyOpCode);
// This will catch the off case that someone uses the mnemonic 'setcc'
// as far as the assembler knows this is a valid instruction, but we know it isn't
if (familyOpCode == null) {