remove done comment line for checking

This commit is contained in:
jothi
2025-07-31 08:19:51 +00:00
parent 5aad1d7d44
commit f6d3908088

View File

@@ -296,7 +296,6 @@ func main() {
log.Printf("Subscribed to topic: %s", topic)
}
// Keep the program running
sigChan := make(chan os.Signal, 1)
<-sigChan
}