refactor(amp): consolidate and simplify model mapping debug logs

This commit is contained in:
hkfires
2025-12-06 14:54:38 +08:00
parent 5d12d4ce33
commit 22579155c5
3 changed files with 2 additions and 12 deletions

View File

@@ -66,7 +66,6 @@ func (m *DefaultModelMapper) MapModel(requestedModel string) string {
}
// Note: Detailed routing log is handled by logAmpRouting in fallback_handlers.go
log.Debugf("amp model mapping: resolved %s -> %s", requestedModel, targetModel)
return targetModel
}