aboutsummaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josh@tailscale.com>2021-01-25 09:21:57 -0800
committerJosh Bleecher Snyder <josh@tailscale.com>2021-01-25 09:36:41 -0800
commit2b8665f5f973cd0b36722ba0a8689b91b99eec7d (patch)
tree2e68c613be3af19fbd53813618fedc87e5d6f67f /device
parentdevice: introduce new IPC error message for unknown error (diff)
downloadwireguard-go-2b8665f5f973cd0b36722ba0a8689b91b99eec7d.tar.xz
wireguard-go-2b8665f5f973cd0b36722ba0a8689b91b99eec7d.zip
device: remove unnecessary comment
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
Diffstat (limited to 'device')
-rw-r--r--device/uapi.go1
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.