File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ package org.bigbluebutton.modules.whiteboard.services
123
123
var _nc : ConnectionManager = BBB . initConnectionManager();
124
124
_nc . sendMessage("whiteboard.sendAnnotation" ,
125
125
function (result : String ): void { // On successful result
126
- LogUtil. debug (result );
126
+ // LogUtil.debug(result);
127
127
},
128
128
function (status : String ): void { // status - On error occurred
129
129
LogUtil. error (status );
@@ -143,7 +143,7 @@ package org.bigbluebutton.modules.whiteboard.services
143
143
var _nc : ConnectionManager = BBB . initConnectionManager();
144
144
_nc . sendMessage("whiteboard.sendAnnotation" ,
145
145
function (result : String ): void { // On successful result
146
- LogUtil. debug (result );
146
+ // LogUtil.debug(result);
147
147
},
148
148
function (status : String ): void { // status - On error occurred
149
149
LogUtil. error (status );
You can’t perform that action at this time.
0 commit comments