mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-01 22:07:39 -04:00
Remove an extraneous System.println()
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user