Removed debug statement.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@56 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-08-24 00:20:48 +00:00
parent a465884a84
commit 54f0316691
@@ -84,7 +84,6 @@ public class EZGamePanel extends VBox
*/ */
protected function childRemoved (event :Event) :void protected function childRemoved (event :Event) :void
{ {
trace("Child removed: " + event.target);
if (_ezObj != null) { if (_ezObj != null) {
removeListeners(event.target as DisplayObject); removeListeners(event.target as DisplayObject);
} }