Skip to content

Commit

Permalink
⚰️ Remove debugging print
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Oct 18, 2024
1 parent b27d639 commit 03544a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ func start(_ *cobra.Command, _ []string) {
if err != nil {
return err
}
println(newURI)
modifiedContent := strings.ReplaceAll(buf.String(), "/BASE_URI/", newURI)
fileParts := strings.Split(filePath, ".")
return c.Blob(200, mime.TypeByExtension("."+fileParts[len(fileParts)-1]), []byte(modifiedContent))
Expand Down

0 comments on commit 03544a7

Please sign in to comment.