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