* [misc] Delete unused code.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user