Skip to content

Commit

Permalink
Fix debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
lighttiger2505 committed Feb 21, 2021
1 parent 9024357 commit 240261d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package config

import (
"errors"
"fmt"
"io/ioutil"
"os"
"path/filepath"
Expand All @@ -26,7 +25,6 @@ type Config struct {
}

func (c *Config) Validate() error {
fmt.Println("Validate")
if len(c.Connections) > 0 {
return c.Connections[0].Validate()
}
Expand Down

0 comments on commit 240261d

Please sign in to comment.