- remove logging of messages

- do not instantiate main app shell twice. Otherwise, we'll get lots of exceptions.
This commit is contained in:
Richard Alam 2018-06-08 15:57:47 -07:00
parent 224aa19254
commit 277dcc3b38
2 changed files with 1 additions and 2 deletions

View File

@ -237,7 +237,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mate:Listener type="{LocaleChangeEvent.LOCALE_INIT}" method="handleLocaleInit"/> <mate:Listener type="{LocaleChangeEvent.LOCALE_INIT}" method="handleLocaleInit"/>
</fx:Declarations> </fx:Declarations>
<views:MainApplicationShell id="mainShell"/>
<!-- <!--
<toaster:Toaster id="toasterContainer" width="100%" height="100%"/> <toaster:Toaster id="toasterContainer" width="100%" height="100%"/>
--> -->

View File

@ -167,7 +167,7 @@ package org.bigbluebutton.main.model.users
messageName != "DoLatencyTracerMsg" && messageName != "DoLatencyTracerMsg" &&
messageName != "ServerToClientLatencyTracerMsg" && messageName != "ServerToClientLatencyTracerMsg" &&
messageName != "MeetingTimeRemainingUpdateEvtMsg") { messageName != "MeetingTimeRemainingUpdateEvtMsg") {
LOGGER.debug("onMessageFromServer2x - " + msg); //LOGGER.debug("onMessageFromServer2x - " + msg);
} }
var map:Object = JSON.parse(msg); var map:Object = JSON.parse(msg);