From 07f1a257426ce69cd43505e5b0d038f67d2c63af Mon Sep 17 00:00:00 2001 From: bspeice Date: Mon, 2 Dec 2013 13:10:11 -0500 Subject: [PATCH] Remove an extraneous System.println() --- src/com/uncc/gameday/alerts/AlertFetcher.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/uncc/gameday/alerts/AlertFetcher.java b/src/com/uncc/gameday/alerts/AlertFetcher.java index 7080c94..2e493cd 100644 --- a/src/com/uncc/gameday/alerts/AlertFetcher.java +++ b/src/com/uncc/gameday/alerts/AlertFetcher.java @@ -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 } /**