diff --git a/main.go b/main.go index e141b98a..1de300de 100644 --- a/main.go +++ b/main.go @@ -98,7 +98,7 @@ func main() { } go controller.AutomaticallyTestChannels(frequency) } - controller.InitTokenEncoders() + // controller.InitTokenEncoders() // Initialize HTTP server server := gin.Default()