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
This commit is contained in:
@@ -22,13 +22,12 @@ public class LoaderUtil
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
//loader.unloadAndStop();
|
//loader.unloadAndStop();
|
||||||
|
// always try calling it, so that if it's missing we can fall back
|
||||||
loader["unloadAndStop"]();
|
loader["unloadAndStop"]();
|
||||||
trace("content unloadAndStopped");
|
|
||||||
} catch (e2 :Error) {
|
} catch (e2 :Error) {
|
||||||
// hmm, maybe they are using FP9 still
|
// hmm, maybe they are using FP9 still
|
||||||
try {
|
try {
|
||||||
loader.unload();
|
loader.unload();
|
||||||
trace("content unloaded");
|
|
||||||
} catch (e3 :Error) {
|
} catch (e3 :Error) {
|
||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user