我正在使用 html 和 php 开发一个页面 web,但是当我运行我的代码时,我会在我的页面中获得这样的通知
1345224199 [INFO]: Connecting to tcp://192.168.1.6:5222
1345224199 [VERBOSE]: Socket is ready; send it.
1345224199 [VERBOSE]: SENT:
1345224199 [VERBOSE]: Successfully sent 112 bytes.
1345224199 [VERBOSE]: Disconnecting...
1345224199 [VERBOSE]: Socket is ready; send it.
1345224199 [VERBOSE]: SENT:
1345224199 [VERBOSE]: Successfully sent 16 bytes.
1345224199 [VERBOSE]: RECV:
1345224199 [VERBOSE]: RECV: DIGEST-MD5PLAINANONYMOUSCRAM-MD5zlib
1345224199 [DEBUG]: Calling features_handler
1345224199 [VERBOSE]: Socket is ready; send it.
1345224199 [VERBOSE]: SENT:
1345224199 [VERBOSE]: Successfully sent 73 bytes.
1345224199 [DEBUG]: EVENT: end_stream
如何避免在我的网页中显示此通知?