]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
device: remove unnecessary comment
authorJosh Bleecher Snyder <josh@tailscale.com>
Mon, 25 Jan 2021 17:21:57 +0000 (09:21 -0800)
committerJosh Bleecher Snyder <josh@tailscale.com>
Mon, 25 Jan 2021 17:36:41 +0000 (09:36 -0800)
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
device/uapi.go

index 424fbfbdacb214838a93a7e1c18321a477aa9411..69779de8cc5b504847dbe3dbc1f6730f88997f78 100644 (file)
@@ -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.