Agent: Remove unused get_hop_distance_to_island function

This commit is contained in:
Shreya Malviya 2021-12-08 21:26:09 +05:30
parent 9791af1d47
commit 9fcca7b9a4
1 changed files with 0 additions and 3 deletions

View File

@ -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()