Remove an extraneous System.println()

This commit is contained in:
bspeice 2013-12-02 13:10:11 -05:00
parent 1002c66c69
commit 07f1a25742

View File

@ -91,9 +91,6 @@ public class AlertFetcher {
String type = AlertType.getValue(AlertType.UNIVERSITY);
pushToDatabase(statuses, type, ctx);
System.out.println(statuses.get(0).getText());
// List contains all valid alerts now
}
/**