瀏覽代碼

Syso erased

Edgardo Palza 7 年之前
父節點
當前提交
3873ad18b6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/ui/view/GUI.java

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

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