Browse Source

Syso erased

Edgardo Palza 7 năm trước cách đây
mục cha
commit
3873ad18b6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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));