Author: echatellier Date: 2012-05-15 10:21:59 +0200 (Tue, 15 May 2012) New Revision: 3416 Url: http://chorem.org/repositories/revision/lima/3416 Log: Remove sysout Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchTable.java Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchTable.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchTable.java 2012-05-15 08:21:05 UTC (rev 3415) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchTable.java 2012-05-15 08:21:59 UTC (rev 3416) @@ -246,7 +246,6 @@ //skip all cell while not editable or if end of table add entry or transaction or end of table while (!isCellEditable(y_tab, x_tab) && end ){ - System.out.println("coucou"); //if end of row if (x_tab == max_x-1) { Object object = this.handler.tableModel.getElementAt(y_tab);