From 94fee0c3f144a91e2c9a8e03c69df7a7ab7c9e29 Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Thu, 24 Aug 2023 04:15:17 +0200 Subject: [PATCH] Clear unused variables --- utils/equipment.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/equipment.js b/utils/equipment.js index a1bc3d4..aa338e1 100644 --- a/utils/equipment.js +++ b/utils/equipment.js @@ -28,7 +28,6 @@ class Equipment { this.watch = new Object(); this.timers = new Object(); - this.timeout = new Object(); // Check if equipment has state item if (this.hasProperty('State')) {