From 12ebe0f16988daf87391f99f681a3e89b985d8c2 Mon Sep 17 00:00:00 2001 From: Julia McCauley Date: Fri, 16 Apr 2021 12:33:16 -0400 Subject: added followers field to holder objects, continued writing tests --- src/main/java/edu/brown/cs/student/term/hub/SuspicionRanker.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/java/edu') 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*/ -- cgit v1.2.3-70-g09d2