mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Remove an extraneous System.println()
This commit is contained in:
parent
1002c66c69
commit
07f1a25742
@ -91,9 +91,6 @@ public class AlertFetcher {
|
|||||||
|
|
||||||
String type = AlertType.getValue(AlertType.UNIVERSITY);
|
String type = AlertType.getValue(AlertType.UNIVERSITY);
|
||||||
pushToDatabase(statuses, type, ctx);
|
pushToDatabase(statuses, type, ctx);
|
||||||
|
|
||||||
System.out.println(statuses.get(0).getText());
|
|
||||||
// List contains all valid alerts now
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user