Skip to content

Commit

Permalink
print statement removed because i can -j
Browse files Browse the repository at this point in the history
  • Loading branch information
Celina1272001 committed Mar 27, 2024
1 parent 504a3eb commit c9c2510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pycram/external_interfaces/robokudo.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def active_callback():
rospy.loginfo("Send query to Robokudo to perceive a human")

def done_callback(state, result):
print("in done cb")
rospy.loginfo("Finished perceiving")
global human_bool
human_bool = True
Expand Down

0 comments on commit c9c2510

Please sign in to comment.