mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Resolve unnecessary logger
This commit is contained in:
@@ -245,7 +245,6 @@ func (e *Endpoint) Start(resolve bool) error {
|
||||
for _, peer := range e.peers {
|
||||
ipcConf += peer.GenerateIpcLines()
|
||||
}
|
||||
logger.Errorf(ipcConf)
|
||||
err = wgDevice.IpcSet(ipcConf)
|
||||
if err != nil {
|
||||
return E.Cause(err, "setup wireguard: \n", ipcConf)
|
||||
|
||||
Reference in New Issue
Block a user