Browse Source

Useless code out

Edgardo Palza 8 years ago
parent
commit
3ac2611026
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/ui/view/GUI.java

+ 0 - 1
src/ui/view/GUI.java

@@ -873,7 +873,6 @@ public class GUI<E> implements CategoryListener {
 					int selValueY = (int) Math.floor(yProThis / 16);
 					int selValueX = (int) Math.floor(xProThis / (tableProperties.getWidth() / 2));
 					temp = tableModelProperties.getValueAt(selValueY, selValueX);
-					System.out.println(getActualCps());
 					if (getActualCps() != null) {
 						if (getActualCps() instanceof HolonSwitch) {
 							btemp = tableModelProperties.getValueAt(mousePos.y / tableProperties.getRowHeight(),