Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsefasezer committed Feb 9, 2024
1 parent 6caf28f commit 5a649ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/yusufsezer/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import com.yusufsezer.util.JPAUtils;
import com.yusufsezer.util.JavaFXUtils;
import jakarta.persistence.EntityManager;
import java.util.List;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
Expand Down Expand Up @@ -59,10 +58,6 @@ public void init() throws Exception {
}

entityManager.getTransaction().commit();

Category foundCategory = categoryService.find(1L);
List<Task> tasks = foundCategory.getTasks();
tasks.forEach(System.out::println);
}

@Override
Expand Down

0 comments on commit 5a649ea

Please sign in to comment.