Compare commits

...

1 Commits

Author SHA1 Message Date
695f78a632 remove debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-05 17:13:27 +01:00

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 {