Remove unused JS variables

This commit is contained in:
b4n6-b4n6
2025-03-03 09:42:27 +07:00
parent 08e2eafb7c
commit da71a00be2
4 changed files with 1 additions and 4 deletions

View File

@@ -1447,7 +1447,6 @@ Rectangle {
var txs = [];
for (var i = 0; i < root.txData.length; i++){
var item = root.txData[i];
var matched = "";
// daterange filtering
if(item.timestamp < fromDate || item.timestamp > toDate){