refactor: remove commented-out code for default interfaces in InitConfig function

This commit is contained in:
2025-12-30 21:13:38 -06:00
parent e9b647d5a7
commit 595430c808

View File

@@ -223,7 +223,6 @@ func InitConfig() (*Config, error) {
cfg.Logging.Level = "info"
cfg.Logging.File = filepath.Join(GetConfigDir(), "reticulum.log")
// Add default interfaces
cfg.Interfaces = append(cfg.Interfaces, struct {
Name string
Type string