removed test code
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
package ch.zhaw.gartenverwaltung;
|
||||
|
||||
import ch.zhaw.gartenverwaltung.io.JsonPlantDatabase;
|
||||
import ch.zhaw.gartenverwaltung.io.PlantDatabase;
|
||||
import ch.zhaw.gartenverwaltung.types.HardinessZone;
|
||||
import javafx.application.Application;
|
||||
import javafx.fxml.FXMLLoader;
|
||||
import javafx.scene.Scene;
|
||||
@@ -21,12 +18,6 @@ public class HelloApplication extends Application {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
PlantDatabase db = new JsonPlantDatabase();
|
||||
try {
|
||||
System.out.println(db.getPlantList(HardinessZone.ZONE_8A));
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
launch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user