remove unused var in torstats

This commit is contained in:
Kevin 2020-06-27 18:00:52 -05:00
parent 7780093898
commit c5fd39c762
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ fetch('/config/get/transports.tor', {
torSource.onmessage = function(e){
let data = JSON.parse(e.data)
let i = 0
let displaying = true
for (x = 0; x < displays.length; x++){
let circuitCount = Object.keys(data).length
let node = Object.keys(data)[0]