mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 16:37:34 +00:00
Remove println statement
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user