Skip to content

Commit 7340fb9

Browse files
committed
tidy
1 parent efd0965 commit 7340fb9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

coderd/coderd.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"flag"
1111
"fmt"
1212
"io"
13-
"log"
1413
"net/http"
1514
"net/url"
1615
"path/filepath"
@@ -1738,10 +1737,6 @@ var multipleSlashesRe = regexp.MustCompile(`/+`)
17381737

17391738
func singleSlashMW(next http.Handler) http.Handler {
17401739
fn := func(w http.ResponseWriter, r *http.Request) {
1741-
if strings.Contains(r.URL.Path, "test-app-owner") {
1742-
log.Println(r.URL.Path)
1743-
}
1744-
17451740
var path string
17461741
rctx := chi.RouteContext(r.Context())
17471742
if rctx != nil && rctx.RoutePath != "" {

0 commit comments

Comments
 (0)