removed commented code

This commit is contained in:
Luke Milby 2026-02-19 15:06:21 -05:00
parent ba0fd75ee6
commit eccb17c088

View file

@ -419,16 +419,6 @@ func (c *Config) WorkspacePath() string {
return expandHome(c.Agents.Defaults.Workspace)
}
//func (c *Config) GetEnabledProviders() {
// c.mu.RLock()
// defer c.mu.RUnlock()
//
// for _, provider := range c.Providers {
//
// }
//
//}
func (c *Config) GetAPIKey() string {
c.mu.RLock()
defer c.mu.RUnlock()