@@ -15,7 +15,6 @@ class Task(UserDict):
self,
name='',
host='',
- depth=None,
loop_times=0,
sensitive=False,
duplication=False,
@@ -26,7 +25,6 @@ class Task(UserDict):
super(Task, self).__init__(
name=name,
host=host,
- depth=(depth or 1),
loop_times=loop_times,
sensitive=sensitive,
duplication=duplication,