Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Apr 30, 2021
1 parent fb0be1d commit 26ca174
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starboard/internal/nbserver/browse.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ func (f *browseHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
// loadTemplates(fs.templates) // TODO: Only do this in dev mode
upath := strings.TrimPrefix(r.URL.Path, defaultBrowseEndpoint)

log.Print(r)

if !strings.HasPrefix(upath, "/") {
upath = "/" + upath
r.URL.Path = upath
Expand Down

0 comments on commit 26ca174

Please sign in to comment.