mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33: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")
|
||||
}
|
||||
|
||||
fmt.Printf(
|
||||
"Machine %s, expiry: %s\n",
|
||||
machine.Name,
|
||||
expiry.Format("2006-01-02 15:04:05"),
|
||||
)
|
||||
var expired string
|
||||
if expiry.IsZero() || expiry.After(time.Now()) {
|
||||
expired = pterm.LightGreen("no")
|
||||
|
|
Loading…
Reference in a new issue