Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix(#27): Remove unnecessary print line
Browse files Browse the repository at this point in the history
  • Loading branch information
nylser committed Nov 22, 2022
1 parent 7b2fad4 commit 41202fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/acting/src/acting/acting.py
Expand Up @@ -28,7 +28,6 @@ def loop(timer_event=None):
message.speed = 1
self.ackermann_publisher.publish(message)
self.loginfo('Acting message published')
print("test")

self.new_timer(self.control_loop_rate, loop)
self.spin()
Expand Down

0 comments on commit 41202fb

Please sign in to comment.