Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary cancel subtask
  • Loading branch information
pblottiere committed Mar 2, 2018
1 parent eef18cb commit ad91694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/db_manager/db_plugins/vlayers/data_model.py
Expand Up @@ -98,7 +98,6 @@ def run(self):
return True

def cancel(self):
self.subtask.cancel()
SqlResultModelTask.cancel(self)


Expand Down

0 comments on commit ad91694

Please sign in to comment.