summaryrefslogtreecommitdiff
path: root/app/Model/Task.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Task.php')
-rw-r--r--app/Model/Task.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Model/Task.php b/app/Model/Task.php
index f31594c9..faa33ca9 100644
--- a/app/Model/Task.php
+++ b/app/Model/Task.php
@@ -215,8 +215,6 @@ class Task extends Base
{
$this->db->startTransaction();
- $boardModel = new Board($this->db, $this->event);
-
// Get the original task
$task = $this->getById($task_id);