Skip to content

Commit

Permalink
refactor: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln authored and npdgm committed Jun 12, 2023
1 parent 20d2070 commit 55d9c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ func readFile(file string) ([]byte, error) {

func resolveSymlink(fsys fs.FS, link string) (string, error) {
directory := fmt.Sprintf("%v", fsys)
fmt.Println(directory)

symlink, err := os.Readlink(fmt.Sprintf("%s/%s", directory, link))
if err != nil {
Expand Down

0 comments on commit 55d9c9e

Please sign in to comment.