java/code/src/com/redhat/rhn/frontend/configuration/tags/ConfigChannelTag.java | 1 - 1 file changed, 1 deletion(-)
New commits: commit 25b231c1c187d3e36dcf9b6a15c897ba9bfebf3b Author: Tomas Kasparek tkasparek@redhat.com Date: Thu Dec 12 16:07:23 2013 +0100
remove forgotten debug output
diff --git a/java/code/src/com/redhat/rhn/frontend/configuration/tags/ConfigChannelTag.java b/java/code/src/com/redhat/rhn/frontend/configuration/tags/ConfigChannelTag.java index d52cca9..4d78001 100644 --- a/java/code/src/com/redhat/rhn/frontend/configuration/tags/ConfigChannelTag.java +++ b/java/code/src/com/redhat/rhn/frontend/configuration/tags/ConfigChannelTag.java @@ -126,7 +126,6 @@ public class ConfigChannelTag extends TagSupport { } else { i.setType("sandbox"); - i.setTitle(type); } String result = i.renderStartTag(); i.release();
spacewalk-commits@lists.fedorahosted.org