Unnötige Testausgabe entfernt.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1168 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-10-15 18:22:59 +00:00
parent 18dfe49596
commit 4035331c92
1 changed files with 1 additions and 2 deletions

View File

@ -361,7 +361,6 @@ public class ItemSearchFolderBrowser extends Table {
} }
public boolean nextRow() { public boolean nextRow() {
System.out.println("test");
return m_itemColl != null ? m_itemColl.next() : false; return m_itemColl != null ? m_itemColl.next() : false;
} }