* [misc] Delete unused code.

This commit is contained in:
xieqiyu
2025-06-10 15:23:50 +08:00
parent 15c9529833
commit 74045b98cc
+1 -1
View File
@@ -976,7 +976,7 @@ class execution extends control
}
$burn = $this->execution->getBurnByExecution($executionID, $execution->begin, 0);
$left = empty($burn) ? 0 : $burn->left);
$left = empty($burn) ? 0 : $burn->left;
$withLeft = $this->post->withLeft ? $this->post->withLeft : 0;
if($withLeft) $left = $this->post->estimate;
$burnData = form::data($this->config->execution->form->fixfirst)