Commit f3ad8f3e authored by ibuler's avatar ibuler

[Update] 去掉config信息

parent 78cc46a7
...@@ -2,7 +2,6 @@ package config ...@@ -2,7 +2,6 @@ package config
import ( import (
"encoding/json" "encoding/json"
"fmt"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
...@@ -103,7 +102,6 @@ func (c *Config) Load(filepath string) error { ...@@ -103,7 +102,6 @@ func (c *Config) Load(filepath string) error {
return err return err
} }
err = c.LoadFromEnv() err = c.LoadFromEnv()
fmt.Println(c.CoreHost)
return err return err
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment