Commit 913e32bc authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Removed leftover debug statement.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9902 b35dd754-fafc-0310-a699-88a17e54d16e
parent 26cb3710
...@@ -157,7 +157,6 @@ public class TabsTag extends BodyTagSupport { ...@@ -157,7 +157,6 @@ public class TabsTag extends BodyTagSupport {
currentTab = (Element)AdminConsole.getModel().selectSingleNode( currentTab = (Element)AdminConsole.getModel().selectSingleNode(
"//*[@id='" + pageID + "']/ancestor::tab"); "//*[@id='" + pageID + "']/ancestor::tab");
} }
Log.debug("\n\n\nXXXFFIND2222XXX\npageID = "+pageID+"\nsubPageID = "+subPageID+"\ncurrentTab = "+currentTab+"\n\n\n");
for (int i=0; i<tabs.size(); i++) { for (int i=0; i<tabs.size(); i++) {
Element tab = (Element)tabs.get(i); Element tab = (Element)tabs.get(i);
String value = body; String value = body;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment