Skip to content

Commit

Permalink
Remove unused prints
Browse files Browse the repository at this point in the history
  • Loading branch information
RashadAnsari authored Jul 12, 2021
1 parent 0570c3a commit b447669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package config

import (
"bytes"
"fmt"
"os"
"strings"

Expand All @@ -29,7 +28,6 @@ func Init(app string, file string, cfg interface{}, defaultConfig string, prefix
switch err := v.MergeInConfig(); err.(type) {
case nil:
case *os.PathError:
fmt.Println(err.Error())
default:
return err
}
Expand Down

0 comments on commit b447669

Please sign in to comment.