소스 검색

remove abandoned todo

Bastien Sevajol 8 년 전
부모
커밋
e010175f95
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      intelligine/simulation/object/brain/part/move/AntStar/Host.py

+ 0 - 1
intelligine/simulation/object/brain/part/move/AntStar/Host.py 파일 보기

@@ -19,7 +19,6 @@ class Host:
19 19
         return self._feeler
20 20
 
21 21
     def move_to(self, direction):
22
-        # TODO: Heriter de Host AntStar au lieu de tout repeter ici ...
23 22
         self._moved_to_direction = direction
24 23
         self._position_3d = get_position_with_direction_decal(direction, self._position_3d)
25 24