File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ class BLE extends JSONRPCWebSocket {
174174 _sendError ( /* e */ ) {
175175 this . disconnect ( ) ;
176176 // log.error(`BLE error: ${JSON.stringify(e)}`);
177- console . log ( 'extension id sending: ' + this . _extensionId ) ;
178177 this . _runtime . emit ( this . _runtime . constructor . PERIPHERAL_ERROR , {
179178 message : `Scratch lost connection to` ,
180179 extensionId : this . _extensionId
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ class BT extends JSONRPCWebSocket {
117117 _sendError ( /* e */ ) {
118118 this . disconnect ( ) ;
119119 // log.error(`BT error: ${JSON.stringify(e)}`);
120- console . log ( 'extension id sending: ' + this . _extensionId ) ;
121120 this . _runtime . emit ( this . _runtime . constructor . PERIPHERAL_ERROR , {
122121 message : `Scratch lost connection to` ,
123122 extensionId : this . _extensionId
You can’t perform that action at this time.
0 commit comments