mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
version: remove leftover debug print.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
03aa319762
commit
4c23b5e4ea
@ -5,7 +5,6 @@
|
||||
package version
|
||||
|
||||
import (
|
||||
"log"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
@ -38,7 +37,6 @@ func AtLeast(version string, minimum string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
log.Print(v, m)
|
||||
switch {
|
||||
case v.Datestamp != 0 && m.Datestamp == 0:
|
||||
// OSS version vs. Tailscale version
|
||||
|
Loading…
Reference in New Issue
Block a user