Skip to content

Commit

Permalink
remove unused subscriber variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwaalsh committed Nov 22, 2024
1 parent 7024a3d commit fc57691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phyto_arm/src/digital_logger_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_digital_logger():
rospy.init_node('digital_logger')

# subscribe to the digital logger control topic
subscriber = rospy.Subscriber('/digital_logger/control', OutletStatus, control_outlet)
rospy.Subscriber('/digital_logger/control', OutletStatus, control_outlet)

username = rospy.get_param('~username')
password = rospy.get_param('~password')
Expand Down

0 comments on commit fc57691

Please sign in to comment.