mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
posture: stop logging serial numbers
Logging serial numbers every time they are read might have been useful early on, but seems unnecessary now. Updates #5902 Signed-off-by: Anton Tolchanov <anton@tailscale.com>
This commit is contained in:
parent
959285e0c5
commit
109d0891e1
@ -98,8 +98,5 @@ func GetSerialNumbers(logf logger.Logf) ([]string, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logf("got serial numbers %v", serials)
|
|
||||||
|
|
||||||
return serials, nil
|
return serials, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user