From d9d16823fca7f1c1c0e22939d7560252fb507650 Mon Sep 17 00:00:00 2001
From: Ewen Smith <ewens@student.unimelb.edu.au>
Date: Fri, 23 Oct 2020 13:26:17 +1100
Subject: [PATCH] Removed prints

---
 fuzzer/Instruction.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzzer/Instruction.java b/fuzzer/Instruction.java
index ea21857..ec38728 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;
-- 
GitLab