forked from External/mage
removed debug messages
This commit is contained in:
parent
2d8948b8f6
commit
0d30981443
2 changed files with 1 additions and 2 deletions
|
|
@ -291,7 +291,6 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
if (messages == null || messages.isEmpty()) {
|
||||
this.jPanel2.setVisible(false);
|
||||
} else {
|
||||
System.out.println("Test");
|
||||
this.jPanel2.setVisible(true);
|
||||
this.jLabel2.setText(messages.get(0));
|
||||
this.jButton1.setVisible(messages.size() > 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue