Skip to content
Snippets Groups Projects
Commit 6e2816b6 authored by Travis Ralston's avatar Travis Ralston
Browse files

Remove debug log

parent 727f2d71
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,6 @@ func reloadConfig() (*MainRepoConfig, map[string]*DomainRepoConfig, error) { ...@@ -141,7 +141,6 @@ func reloadConfig() (*MainRepoConfig, map[string]*DomainRepoConfig, error) {
// Start building domain configs // Start building domain configs
dMaps := make(map[string]map[string]interface{}) dMaps := make(map[string]map[string]interface{})
logrus.Info(c.AccessTokens)
for _, d := range c.Homeservers { for _, d := range c.Homeservers {
dc := DomainConfigFrom(c) dc := DomainConfigFrom(c)
dc.Name = d.Name dc.Name = d.Name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment