From: Josh Bleecher Snyder Date: Mon, 25 Jan 2021 17:21:57 +0000 (-0800) Subject: device: remove unnecessary comment X-Git-Tag: 0.0.20210212~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8665f5f973cd0b36722ba0a8689b91b99eec7d;p=thirdparty%2Fwireguard-go.git device: remove unnecessary comment Signed-off-by: Josh Bleecher Snyder --- 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.