Browse Source

removed unnecessary taskName

Joe Shochet 20 years ago
parent
commit
9805f7a6cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/distributed/DistributedSmoothNodeBase.py

+ 0 - 1
direct/src/distributed/DistributedSmoothNodeBase.py

@@ -81,7 +81,6 @@ class DistributedSmoothNodeBase:
         # startPosHprBroadcast; we should at least make an effort to keep
         # startPosHprBroadcast; we should at least make an effort to keep
         # this task accurately aligned with its period and starting time.
         # this task accurately aligned with its period and starting time.
         self.d_broadcastPosHpr()
         self.d_broadcastPosHpr()
-        taskName = self.taskName("sendPosHpr")
         task.delayTime = self.__broadcastPeriod
         task.delayTime = self.__broadcastPeriod
         return Task.again
         return Task.again