Removed unecessary print

This commit is contained in:
Patrick O'brien 2016-06-27 18:34:03 +10:00
parent 4412026e63
commit b0e0369b26

View file

@ -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"))