drop unused/incomplete parseParams method for now

This commit is contained in:
Mike McLean 2017-10-18 12:03:45 -04:00
parent bf9e7520f7
commit 89825a8d2d

View file

@ -328,9 +328,6 @@ class BaseTaskHandler(object):
"""(abstract) the handler for the task."""
raise NotImplementedError
def parseParams(self):
tp = parse_task_params(self.params)
def run(self):
"""Execute the task"""
self.createWorkdir()