Skip to content

Commit

Permalink
Remove deprecation notice as tasks are obscured by Dev/TaskRunner class
Browse files Browse the repository at this point in the history
Due to being run by the task runner, the deprecation notice actually
handles the check as if it was the framework itself. This might be
an issue with the framework itself.
  • Loading branch information
michalkleiner committed Apr 13, 2020
1 parent 0099a6a commit ff85481
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tasks/RemoveOrphanedTagRelationObjectsTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class RemoveOrphanedTagRelationObjectsTask extends BuildTask
*/
public function run($request)
{
Deprecation::notice('3.2', 'This task will be removed in version 4.0 as the underlying issue has been fixed.');

$this->removeTagRelationObjectsWithDeletedTerm();

$this->removeTagRelationObjectsWithDeletedOwner();
Expand Down

0 comments on commit ff85481

Please sign in to comment.