removed commented code
This commit is contained in:
parent
ba0fd75ee6
commit
eccb17c088
1 changed files with 0 additions and 10 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue