Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
GNURub committed Apr 14, 2020
1 parent 7d11f59 commit 4a68263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure/liveconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package configure
import (
"bytes"
"encoding/json"
"fmt"
"strings"

"github.com/kr/pretty"
Expand Down Expand Up @@ -130,7 +129,6 @@ func LoadConfig() {
func CheckAppName(appname string) bool {
apps := Applications{}
Config.UnmarshalKey("server", &apps)
fmt.Println(apps)
for _, app := range apps {
if app.Appname == appname {
return app.Live
Expand Down

0 comments on commit 4a68263

Please sign in to comment.