Skip to content

Commit 4a68263

Browse files
committed
Removed print
1 parent 7d11f59 commit 4a68263

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: configure/liveconfig.go

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package configure
33
import (
44
"bytes"
55
"encoding/json"
6-
"fmt"
76
"strings"
87

98
"github.com/kr/pretty"
@@ -130,7 +129,6 @@ func LoadConfig() {
130129
func CheckAppName(appname string) bool {
131130
apps := Applications{}
132131
Config.UnmarshalKey("server", &apps)
133-
fmt.Println(apps)
134132
for _, app := range apps {
135133
if app.Appname == appname {
136134
return app.Live

0 commit comments

Comments
 (0)