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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user