IDEMPIERE-129 Restrictions on Toolbar and Menu - Cleanup debug lines

http://jira.idempiere.com/browse/IDEMPIERE-129
This commit is contained in:
Carlos Ruiz 2012-04-05 13:28:43 -05:00
parent 69875e9083
commit 7b08667d3f
1 changed files with 0 additions and 1 deletions

View File

@ -660,7 +660,6 @@ public class CWindowToolbar extends FToolbar implements EventListener
for (Component p = this.getFirstChild(); p != null; p = p.getNextSibling()) {
if (p instanceof ToolBarButton) {
System.out.println(((ToolBarButton)p).getName());
if ( restrictName.equals(((ToolBarButton)p).getName()) ) {
this.removeChild(p);
break;