Skip to content

Commit edf56ca

Browse files
committed
- minimize logging
1 parent d248cb0 commit edf56ca

File tree

1 file changed

+2
-2
lines changed
  • bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/services

1 file changed

+2
-2
lines changed

bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/services/MessageSender.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ package org.bigbluebutton.modules.whiteboard.services
123123
var _nc:ConnectionManager = BBB.initConnectionManager();
124124
_nc.sendMessage("whiteboard.sendAnnotation",
125125
function(result:String):void { // On successful result
126-
LogUtil.debug(result);
126+
// LogUtil.debug(result);
127127
},
128128
function(status:String):void { // status - On error occurred
129129
LogUtil.error(status);
@@ -143,7 +143,7 @@ package org.bigbluebutton.modules.whiteboard.services
143143
var _nc:ConnectionManager = BBB.initConnectionManager();
144144
_nc.sendMessage("whiteboard.sendAnnotation",
145145
function(result:String):void { // On successful result
146-
LogUtil.debug(result);
146+
// LogUtil.debug(result);
147147
},
148148
function(status:String):void { // status - On error occurred
149149
LogUtil.error(status);

0 commit comments

Comments
 (0)