remove debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-12-05 17:13:27 +01:00
parent ff659b648c
commit 695f78a632

View File

@ -23,7 +23,7 @@ func InitDispatcher() {
go archiver()
for _, mapping := range config.Config.TopicMappings {
log.Printf("Trying to initialize %s", mapping)
// log.Printf("Trying to initialize %s", mapping)
var factory interface{}
switch mapping.Handler {