removing UUID gen from client side

This commit is contained in:
afeiszli
2022-02-01 22:36:02 -05:00
parent f6c68bd209
commit 80dfdaa8fb
3 changed files with 17 additions and 7 deletions

View File

@@ -547,6 +547,7 @@ func publish(cfg *config.ClientConfig, dest string, msg []byte) error {
}
func parseNetworkFromTopic(topic string) string {
log.Println("DELETE ME: topic - " + topic)
return strings.Split(topic, "/")[1]
}