Skip to content

Commit

Permalink
Remove some debug lines left over
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Oct 13, 2023
1 parent 06a7500 commit ca84599
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def graceful_shutdown(self):
time to stop any active service requests, ending their busy wait
loops.
"""
print("got to graceful shutdown")
print(self.request_futures)
if self.request_futures:
incomplete_ids = ", ".join(self.request_futures.keys())
self.protocol.log(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ def tearDown(self):
rclpy.shutdown()

def local_send_cb(self, msg):
print("CALLBACK HIT")
self.received_message = msg
print(self.received_message)

def mock_log(self, loglevel, message, _=None):
self.log_entries.append((loglevel, message))
Expand Down

0 comments on commit ca84599

Please sign in to comment.