Skip to content
Snippets Groups Projects
Commit 31984e5a authored by edani95's avatar edani95
Browse files

Bug print remove

parent 27ffa65b
Branches
No related tags found
1 merge request!62Bug print remove
...@@ -314,7 +314,6 @@ public class GameController implements PropertyChangeListener{ ...@@ -314,7 +314,6 @@ public class GameController implements PropertyChangeListener{
// update only the changed fields // update only the changed fields
int coord = (int)evt.getNewValue(); int coord = (int)evt.getNewValue();
System.out.println(coord);
int xCoord = coord / map[0].length; int xCoord = coord / map[0].length;
int yCoord = coord % map[0].length; int yCoord = coord % map[0].length;
Field changedField = (Field)evt.getOldValue(); Field changedField = (Field)evt.getOldValue();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment