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 }