Skip to content

Commit

Permalink
chore: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra authored Dec 10, 2023
1 parent e3416ae commit 64f8936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/caddy/caddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ func ConvertToCaddyfile(caddyCfg config.CaddyConfig, port int) string {
caddyfileBuilder.WriteString("}\n")
}

fmt.Println(caddyfileBuilder.String())

return caddyfileBuilder.String()
}

Expand Down

0 comments on commit 64f8936

Please sign in to comment.