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