Removed unecessary print
This commit is contained in:
parent
4412026e63
commit
b0e0369b26
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ func InitViper() error {
|
|||
} else {
|
||||
wd = wd + "/.."
|
||||
}
|
||||
fmt.Println(wd)
|
||||
|
||||
configPaths := []string{wd}
|
||||
if len(configHome) > 0 {
|
||||
configPaths = append(configPaths, filepath.Join(configHome, "sqlboiler"))
|
||||
|
|
Loading…
Reference in a new issue