From 236c6fb66d70bc47b80ad7a71dd97dda84e6b4e8 Mon Sep 17 00:00:00 2001 From: Anish Date: Wed, 28 Aug 2024 09:55:42 -0400 Subject: [PATCH] revert change - function redefinition --- .../src/cloud_nats_bridge/cloud_nats_bridge.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/telematic_system/telematic_units/carma_cloud_bridge/cloud_nats_bridge/src/cloud_nats_bridge/cloud_nats_bridge.py b/telematic_system/telematic_units/carma_cloud_bridge/cloud_nats_bridge/src/cloud_nats_bridge/cloud_nats_bridge.py index b71e985d..88c15b80 100755 --- a/telematic_system/telematic_units/carma_cloud_bridge/cloud_nats_bridge/src/cloud_nats_bridge/cloud_nats_bridge.py +++ b/telematic_system/telematic_units/carma_cloud_bridge/cloud_nats_bridge/src/cloud_nats_bridge/cloud_nats_bridge.py @@ -229,9 +229,6 @@ def xmlToJson(self, xmlString): return json_data - async def queue_send(self): - self.logger.info("In queue send") - async def queue_send(self): self.logger.info("In queue send")