Skip to content

Commit 0b8d196

Browse files
committed
remove debug panic
1 parent 2f04475 commit 0b8d196

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/config/local.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func (l *Local) InitLocalProxyConfig() error {
4040

4141
func (l *Local) InitLocalConfig() error {
4242
if err := l.InitLocalProxyConfig(); err != nil {
43-
panic(err)
4443
return err
4544
}
4645

0 commit comments

Comments
 (0)