From 82df80a04c58aad92a61b8e77457e133440cc9c7 Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Wed, 15 Aug 2018 11:44:49 -0400 Subject: [PATCH] Fixing lint error. --- src/io/bleSession.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/bleSession.js b/src/io/bleSession.js index 572a11283..95c887931 100644 --- a/src/io/bleSession.js +++ b/src/io/bleSession.js @@ -1,5 +1,5 @@ const JSONRPCWebSocket = require('../util/jsonrpc-web-socket'); -const log = require('../util/log'); +// const log = require('../util/log'); const ScratchLinkWebSocket = 'wss://device-manager.scratch.mit.edu:20110/scratch/ble'; class BLESession extends JSONRPCWebSocket {