From 41dcf6226d2bf014675d0f0387298ec30940dfb8 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Sun, 12 May 2019 21:38:43 +0400 Subject: [PATCH] Suppression de log --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index ede611f..be3b59e 100644 --- a/main.go +++ b/main.go @@ -139,8 +139,6 @@ func start(c *cli.Context) error { } func update(c *cli.Context) error { - Info("Running dnsupdater...") - configPath = c.String("config") if confPathExists, _ := exists(configPath); !confPathExists { @@ -163,7 +161,6 @@ func update(c *cli.Context) error { } if currentIp == newIp { - Info("Ip has not changed %s", currentIp) return nil }