forked from p15670423/monkey
Agent: Remove unused get_hop_distance_to_island function
This commit is contained in:
parent
9791af1d47
commit
9fcca7b9a4
|
@ -231,8 +231,5 @@ class Configuration(object):
|
|||
###########################
|
||||
export_monkey_telems = False
|
||||
|
||||
def get_hop_distance_to_island(self):
|
||||
return self.max_depth - self.depth
|
||||
|
||||
|
||||
WormConfiguration = Configuration()
|
||||
|
|
Loading…
Reference in New Issue