Removed some printfs
This commit is contained in:
parent
b22582399f
commit
43cc064716
@ -49,13 +49,11 @@ public class OpenOrdersList extends javax.swing.JPanel {
|
|||||||
DefaultTableModel model;
|
DefaultTableModel model;
|
||||||
|
|
||||||
public final void updateModel() {
|
public final void updateModel() {
|
||||||
System.out.printf("Update Model\n");
|
|
||||||
if (null == account) {
|
if (null == account) {
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.printf("Now updateing\n");
|
|
||||||
|
|
||||||
int row = 0;
|
int row = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user