Skip to content

Commit 860e96d

Browse files
author
Loïc
committed
Cleaning
1 parent 09f46a0 commit 860e96d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/class/script.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public function refresh() {
183183
}
184184
$value = $this->execute();
185185
if ($this->execCmd() != $this->formatValue($value)) {
186-
$this->setCollectDate('');
187186
$this->event($value);
188187
}
189188
}
@@ -404,7 +403,6 @@ public function execute($_options = null) {
404403
foreach ($this->getEqLogic()->getCmd('info') as $cmd) {
405404
$value = $cmd->execute();
406405
if ($cmd->execCmd(null, 2) != $cmd->formatValue($value)) {
407-
$cmd->setCollectDate('');
408406
$cmd->event($value);
409407
}
410408
}

0 commit comments

Comments
 (0)