mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Remove println statement
This commit is contained in:
parent
1c7aff5dd9
commit
f85a77edb5
1 changed files with 0 additions and 5 deletions
|
@ -449,11 +449,6 @@ func nodesToPtables(
|
||||||
online = pterm.LightRed("offline")
|
online = pterm.LightRed("offline")
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf(
|
|
||||||
"Machine %s, expiry: %s\n",
|
|
||||||
machine.Name,
|
|
||||||
expiry.Format("2006-01-02 15:04:05"),
|
|
||||||
)
|
|
||||||
var expired string
|
var expired string
|
||||||
if expiry.IsZero() || expiry.After(time.Now()) {
|
if expiry.IsZero() || expiry.After(time.Now()) {
|
||||||
expired = pterm.LightGreen("no")
|
expired = pterm.LightGreen("no")
|
||||||
|
|
Loading…
Reference in a new issue