瀏覽代碼

Useless code out

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(),