Skip to content

Commit 5744d00

Browse files
committed
remove commented code
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent b163506 commit 5744d00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/intersect_sdk_common/control_plane/brokers/mqtt_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
# this will be a breaking change, so only add it when ready to break
3636
def _hierarchy_2_mqtt(hierarchy: str) -> str:
3737
"""Take the hierarchy string format saved in the Service and map it to the MQTT topic format. Currently just covers wildcards."""
38-
# return hierarchy.replace('#', '+')
3938
return hierarchy.replace('*', '+')
4039

4140

0 commit comments

Comments
 (0)