Skip to content

Commit b516a06

Browse files
authored
Merge pull request #185 from shelltime/claude/issue-184-20260102-1605
refactor(model): remove config discovery log statement
2 parents 9dc2391 + 9437ebe commit b516a06

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

model/config.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,6 @@ func (cs *configService) ReadConfigFile(ctx context.Context, opts ...ReadConfigO
200200
// Discover config files with priority
201201
files := findConfigFiles(cs.configDir)
202202

203-
slog.InfoContext(
204-
ctx,
205-
"config.ReadConfigFile discovered config files",
206-
slog.String("base", files.baseFile),
207-
slog.String("local", files.localFile),
208-
slog.String("base_format", string(files.baseFormat)),
209-
slog.String("local_format", string(files.localFormat)),
210-
)
211-
212203
// Read base config file
213204
if files.baseFile == "" {
214205
err = fmt.Errorf("no config file found in %s", cs.configDir)

0 commit comments

Comments
 (0)