Skip to content

Commit a1cd1d3

Browse files
authored
Merge pull request #602 from connyay/cjh-drop-message
Drop config search disabled message
2 parents fb82854 + d5c95e1 commit a1cd1d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmd/mockery.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ func initConfig(
163163
log.Debug().Err(err).Msg("failed to read in config")
164164
log.Info().Msg("couldn't read any config file")
165165
}
166-
} else {
167-
log.Debug().Msg("config search disabled")
168166
}
169167

170168
viperObj.Set("config", viperObj.ConfigFileUsed())

0 commit comments

Comments
 (0)