aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/edu/brown/cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/edu/brown/cs')
-rw-r--r--src/main/java/edu/brown/cs/student/term/hub/SuspicionRanker.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/edu/brown/cs/student/term/hub/SuspicionRanker.java b/src/main/java/edu/brown/cs/student/term/hub/SuspicionRanker.java
index b52a47a..fd214fd 100644
--- a/src/main/java/edu/brown/cs/student/term/hub/SuspicionRanker.java
+++ b/src/main/java/edu/brown/cs/student/term/hub/SuspicionRanker.java
@@ -45,8 +45,6 @@ public class SuspicionRanker {
profitMax = Math.abs(getMinOfMap(profitMap));
}
- System.out.println("the max: " + profitMax);
-
/*if both the min we found and max we found are 0, then we have
the special case where all the values are 0, in which case we
need to avoid dividing by 0*/