diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/uapi.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device/uapi.go b/device/uapi.go index 424fbfb..69779de 100644 --- a/device/uapi.go +++ b/device/uapi.go @@ -146,7 +146,6 @@ func (device *Device) IpcSetOperation(r io.Reader) (err error) { if key == "public_key" { if deviceConfig { - device.log.Debug.Println("UAPI: Transition to peer configuration") deviceConfig = false } // Load/create the peer we are now configuring. |