Skip to content
Snippets Groups Projects
Verified Commit 95e443e7 authored by Biryuk, Volodymyr's avatar Biryuk, Volodymyr
Browse files

Clean up code

parent 87c29122
No related branches found
No related tags found
1 merge request!2Refactor colors
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -32,7 +32,8 @@ import java.util.TreeMap; ...@@ -32,7 +32,8 @@ import java.util.TreeMap;
* @author Axel Schmolitzky * @author Axel Schmolitzky
* @author Fredrik Winkler * @author Fredrik Winkler
* @author Clara Marie Lueders * @author Clara Marie Lueders
* @version 5. Dezember 2018 * @author Volodymyr Biryuk
* @version 29. November 2023
*/ */
public class Turtle public class Turtle
{ {
...@@ -83,8 +84,6 @@ public class Turtle ...@@ -83,8 +84,6 @@ public class Turtle
public Turtle() public Turtle()
{ {
this(TurtleWelt.WIDTH / 2, TurtleWelt.HEIGHT / 2); this(TurtleWelt.WIDTH / 2, TurtleWelt.HEIGHT / 2);
System.out.println(FARBEN);
System.out.println(FARBEN.keySet());
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment