Skip to content

Commit

Permalink
print to log
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Nov 4, 2023
1 parent 152dd98 commit 769317d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package config
import (
"encoding/json"
"flag"
"fmt"
"os"
"regexp"
"runtime"
Expand Down Expand Up @@ -168,9 +167,8 @@ func LoadConfig() {
// TODO
}

fmt.Println("Config init complete")
fmt.Println("Config", Config)

log.Debugln("Config init complete")
log.Debugln("Config", Config)
}

func parseImgMap(imgMap map[string]string) map[string]string {
Expand Down

0 comments on commit 769317d

Please sign in to comment.