Skip to content

Commit b71f333

Browse files
committed
Cleaned up an unused variable
C
1 parent 6d939f0 commit b71f333

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

js/repl.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class ReplJS{
2424
this.BLE_DATA = null;
2525
this.BLE_DATA_RESOLVE = null;
2626
this.BLE_STOP_MSG = "##XRPSTOP##"
27-
this.disconnectHappened = false;
2827

2928

3029

@@ -423,7 +422,6 @@ class ReplJS{
423422

424423
bleDisconnect(){
425424
if(REPL.DEBUG_CONSOLE_ON) console.log("BLE Disconnected");
426-
REPL.disconnectHappened = true;
427425
REPL.BLE_DISCONNECT_TIME = Date.now();
428426
REPL.WRITEBLE = undefined;
429427
REPL.READBLE = undefined;

0 commit comments

Comments
 (0)