device: remove unnecessary comment

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder 2021-01-25 09:21:57 -08:00
parent 674a4675a1
commit 2b8665f5f9

View 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.