We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8521c commit 1194bb9Copy full SHA for 1194bb9
1 file changed
webdav.go
@@ -45,7 +45,6 @@ func initWebdav(mux *http.ServeMux) {
45
}
46
hprefix = ss[0] + prefix
47
r.URL.Path = ss[0] + r.URL.Path
48
- fmt.Println(ss[0])
49
50
srv := &webdav.Handler{
51
FileSystem: fs,
0 commit comments