Commit 601ab22b95fc055f8647e9d14d3b4f1066793b10

Authored by zhangqijia
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 121 fmt.Printf("serverlist.yml unmarshal faild: %v\n", err)
122 122 return
123 123 }
124   - fmt.Println(GlobalConf.GameService)
125 124  
126 125 c, err := json.Marshal(&GlobalConf.LogConf)
127 126 if err != nil {
... ...
1   -Subproject commit b89856524155c49f2aa3c598e2d39b7b38e94c5d
  1 +Subproject commit a0a4d31c707e92241e1ed0793fafbefa0c7a4deb
... ...