Skip to content

Commit cce03d0

Browse files
committed
Removing console logs.
1 parent 3c90550 commit cce03d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/io/ble.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/io/bt.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)