How to disable console logs

Kenny

New Member
I want to switch off console logs while the client is loading.
Code:
UTC 04:57:08.922 - notifyFlashReady
UTC 04:57:08.926 - getVolume
UTC 04:57:08.960 - notifyConnected
UTC 04:57:09.168 - notifyRegistered
UTC 04:57:09.168 - callByToken testcalltoken
UTC 04:57:09.169 - requestUnmute
UTC 04:57:09.169 - viewAccessMessage
UTC 04:57:09.670 - callByToken testcalltoken
UTC 04:57:09.673 - toHangupState
UTC 04:57:09.674 - disableCallButton
UTC 04:57:19.698 - closeInfoView
 

Max

Administrator
Staff member
Add
Code:
style="visibility:hidden"
for the div entity of the console in the HTML code of the page.
 
Top