Fixed Tasks deleting their Timings reports

This commit is contained in:
Shoghi Cervantes 2014-10-16 12:49:26 +02:00
parent 747fdab389
commit 8637b7f5a3

View File

@ -137,7 +137,6 @@ class TaskHandler{
public function remove(){
$this->cancelled = true;
$this->task->setHandler(null);
$this->timings->remove();
}
/**