Skip to content

Commit

Permalink
Removed unused println
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Sep 9, 2017
1 parent c9e6961 commit bd06054
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ public static void setAnomaly_hhfm(String entry, NetworkMeasurement test){
anomaly = 2;
}
}
System.out.println("anomaly "+ anomaly);
if (test.anomaly < anomaly) {
test.anomaly = anomaly;
TestStorage.setAnomaly(context, test.test_id, anomaly);
Expand Down

0 comments on commit bd06054

Please sign in to comment.