diff --git a/fsv2/handler/serverinfo.go b/fsv2/handler/serverinfo.go index e8bd2b5..36cf3eb 100644 --- a/fsv2/handler/serverinfo.go +++ b/fsv2/handler/serverinfo.go @@ -43,10 +43,8 @@ func SerInfo(w http.ResponseWriter, r *http.Request) { // urlpath 进行base64 解码 dsrpath := util.Base64dec(urlpath) - // fmt.Printf("usl:%s\n", urlpath) // 监听的根目录 realFilePath := filepath.Join(config.G.FilePath, dsrpath) - fmt.Printf("real path is :%s\n", realFilePath) // 时间目录的情况 fileInfo, err := os.Stat(realFilePath) if err != nil {