Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed May 22, 2020
1 parent 442e09a commit 5710a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func removeSensitiveInfo(config map[string]interface{}) string {

output := make([]string, 0, 0)
for _, l := range strings.Split(string(b), "\n") {
println(l)
if re.MatchString(l) {
output = append(output, re.ReplaceAllString(l, "${1}xxxxxx"))
continue
Expand Down

0 comments on commit 5710a0d

Please sign in to comment.