From 9e8021cc7eb66ae84fd12e7be288e3128f2590da Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 6 Feb 2009 00:27:09 +0000 Subject: [PATCH] These trace statements have served their purpose. Adding traces to MediaStub. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@773 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/LoaderUtil.as | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/as/com/threerings/flash/LoaderUtil.as b/src/as/com/threerings/flash/LoaderUtil.as index 8a203c66..0e78cbc5 100644 --- a/src/as/com/threerings/flash/LoaderUtil.as +++ b/src/as/com/threerings/flash/LoaderUtil.as @@ -22,13 +22,12 @@ public class LoaderUtil } try { //loader.unloadAndStop(); + // always try calling it, so that if it's missing we can fall back loader["unloadAndStop"](); - trace("content unloadAndStopped"); } catch (e2 :Error) { // hmm, maybe they are using FP9 still try { loader.unload(); - trace("content unloaded"); } catch (e3 :Error) { // ignore }