Index: lams_central/src/flash/org/lamsfoundation/lams/authoring/Application.as =================================================================== diff -u -rb607a3c1720766dc27e2b049a71e72e8b02b4100 -r20ce90a79c3cf3c9b1903b53197ab3ff9312d6f6 --- lams_central/src/flash/org/lamsfoundation/lams/authoring/Application.as (.../Application.as) (revision b607a3c1720766dc27e2b049a71e72e8b02b4100) +++ lams_central/src/flash/org/lamsfoundation/lams/authoring/Application.as (.../Application.as) (revision 20ce90a79c3cf3c9b1903b53197ab3ff9312d6f6) @@ -215,13 +215,13 @@ _uiLoadCheckCount++; //If all events dispatched clear interval and call start() if(_dictionaryEventDispatched && _themeEventDispatched){ - Debugger.log('Clearing Interval and calling start :',Debugger.CRITICAL,'checkUILoaded','Application'); + //Debugger.log('Clearing Interval and calling start :',Debugger.CRITICAL,'checkUILoaded','Application'); clearInterval(_UILoadCheckIntervalID); start(); }else { //If UI loaded check which events can be broadcast if(_UILoaded){ - Debugger.log('ALL UI LOADED, waiting for all true to dispatch init events: _dictionaryLoaded:'+_dictionaryLoaded+'_themeLoaded:'+_themeLoaded ,Debugger.GEN,'checkUILoaded','Application'); + //Debugger.log('ALL UI LOADED, waiting for all true to dispatch init events: _dictionaryLoaded:'+_dictionaryLoaded+'_themeLoaded:'+_themeLoaded ,Debugger.GEN,'checkUILoaded','Application'); //If dictionary is loaded and event hasn't been dispatched - dispatch it if(_dictionaryLoaded && !_dictionaryEventDispatched){ @@ -253,7 +253,7 @@ * @param UIElementID:String - Identifier for the Element that was loaded */ public function UIElementLoaded(evt:Object) { - Debugger.log('UIElementLoaded: ' + evt.target.className,Debugger.GEN,'UIElementLoaded','Application'); + //Debugger.log('UIElementLoaded: ' + evt.target.className,Debugger.GEN,'UIElementLoaded','Application'); if(evt.type=='load'){ //Which item has loaded switch (evt.target.className) {