Suppression de log

This commit is contained in:
Laurent Le Houerou 2019-05-12 21:38:43 +04:00
parent fb3a18b017
commit 41dcf6226d

View File

@ -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
}