got rid of dataset test code

main
YaFedImYaEatIm 9 years ago
parent 9f804affff
commit 091d9e5e00

@ -58,9 +58,6 @@ public class App extends Application
//testing out dataset
try {
currentDataset = new Dataset("test's", Dataset.getExisting);
System.out.println(currentDataset.getAirports().get(8078));
currentDataset.deleteAirport(currentDataset.getAirports().get(8078));
System.out.println(currentDataset.getAirports().get(8078));
}catch (DataException e){
e.printStackTrace();

Loading…
Cancel
Save