Removed some printfs

This commit is contained in:
7u83 2017-04-08 07:24:29 +02:00
parent b22582399f
commit 43cc064716
1 changed files with 1 additions and 3 deletions

View File

@ -49,13 +49,11 @@ public class OpenOrdersList extends javax.swing.JPanel {
DefaultTableModel model;
public final void updateModel() {
System.out.printf("Update Model\n");
if (null == account) {
return;
}
System.out.printf("Now updateing\n");
int row = 0;