reid 2 anos atrás
pai
commit
fa22970794
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      config/config.go

+ 0 - 1
config/config.go

@@ -183,7 +183,6 @@ func persistConf(configMap map[string]interface{}) error {
 		return fmt.Errorf("Error updating global config: %v", err)
 	}
 	// write to disk
-	Logger.Info("Persisting configuration to disk %v",string(updatedJson))
 	if err := ioutil.WriteFile(confPath, updatedJSON, 0644); err != nil {
 		return fmt.Errorf("Error writing to file: %v", err)
 	}