|
@@ -1313,7 +1313,6 @@ public class GUI<E> implements CategoryListener {
|
|
|
elementGraph.setText(Languages.getLanguage()[25]);
|
|
|
}
|
|
|
temp = updCon.getActualCps();
|
|
|
- System.out.println(temp);
|
|
|
// Erase old data in the PropertyTable
|
|
|
if (model.getPropertyTable().getRowCount() > 0) {
|
|
|
for (int i = model.getPropertyTable().getRowCount() - 1; i > -1; i--) {
|