Skip to content

Commit 662e43a

Browse files
authored
Merge pull request #2 from ayin21/deleate-debug-line
deleate debug line
2 parents 106e86d + 13c5e04 commit 662e43a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

game_controller_hl/game_controller_hl/receiver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ def publish_diagnostics(self, received_message_lately: bool):
153153
diag.message = "Connected"
154154
diag.level = DiagnosticStatus.OK
155155

156-
self.get_logger().warn(str(diag))
157-
158156
diag_array.status.append(diag)
159157

160158
#add timestamp to header and publish DiagnosticArray

0 commit comments

Comments
 (0)