You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/09/03 16:48:34 UTC

git commit: A minor change that shouldn't be in the previous commit..

Updated Branches:
  refs/heads/master 868bd643c -> ebbe6f1c4


A minor change that shouldn't be in the previous commit..


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ebbe6f1c
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ebbe6f1c
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ebbe6f1c

Branch: refs/heads/master
Commit: ebbe6f1c4142e549d77c562267548ebb2ce146dc
Parents: 868bd64
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Sep 3 16:47:55 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Sep 3 16:47:55 2012 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/MarkupContainer.java    |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ebbe6f1c/wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java b/wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java
index d5adb81..bd6415c 100644
--- a/wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java
+++ b/wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java
@@ -1609,8 +1609,7 @@ public abstract class MarkupContainer extends Component implements Iterable<Comp
 				// they don't need to be removed anymore.
 				if (component.isAuto() && !(component instanceof InlineEnclosure))
 				{
-//					children_remove(i);
-					System.err.println("Will not remove: " + component);
+					children_remove(i);
 				}
 			}
 		}