Edgardo Palza 8 роки тому
батько
коміт
3ac2611026
1 змінених файлів з 0 додано та 1 видалено
  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(),