diff --git a/fuzzer/Instruction.java b/fuzzer/Instruction.java index ea2185779502f54df5a0f039d8e565115a47ff3b..ec3872875c4e9c0710caec4ee21081bcb03ef224 100644 --- a/fuzzer/Instruction.java +++ b/fuzzer/Instruction.java @@ -86,7 +86,7 @@ public enum Instruction { Map<List<Instruction>, Integer> pathwayProb) { // Check if cumlative probabilities have been calculated checkProbability(instructionStack, pathwayProb); - System.out.println(max); + //System.out.println(max); ArrayList<Instruction> instructions; ArrayList<Integer> instCumlProbs;