Commit 601ab22b95fc055f8647e9d14d3b4f1066793b10
1 parent
0ba9c113
fix: update
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
common/conf.go
| @@ -121,7 +121,6 @@ func init() { | @@ -121,7 +121,6 @@ func init() { | ||
| 121 | fmt.Printf("serverlist.yml unmarshal faild: %v\n", err) | 121 | fmt.Printf("serverlist.yml unmarshal faild: %v\n", err) |
| 122 | return | 122 | return |
| 123 | } | 123 | } |
| 124 | - fmt.Println(GlobalConf.GameService) | ||
| 125 | 124 | ||
| 126 | c, err := json.Marshal(&GlobalConf.LogConf) | 125 | c, err := json.Marshal(&GlobalConf.LogConf) |
| 127 | if err != nil { | 126 | if err != nil { |