Skip to content

Commit

Permalink
Remove unnecessary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldrinH committed Dec 9, 2023
1 parent b688027 commit 09f3fc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/ee/ut/dendroloj/GraphGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ private static void init(Graph graph, Layout layout, JComponent toolbar) {

SwingViewer viewer = new SwingViewer(graph, SwingViewer.ThreadingModel.GRAPH_IN_ANOTHER_THREAD);
View view = viewer.addDefaultView(false);

System.out.println("ARROW SIZE: " + viewer.getGraphicGraph().getStyleSheet().getDefaultGraphStyle().getArrowSize());

if (layout != null) {
// Adding an auto-layout makes dragging nodes feel really choppy and introduces strange rubber banding.
// TODO: Figure out why and fix this. (A good starting point might be seeing if official examples have this problem.)
Expand Down

0 comments on commit 09f3fc6

Please sign in to comment.