removed fmt.Println

This commit is contained in:
2023-10-20 18:26:10 +02:00
parent 6688bc3977
commit d64303ccfa

View File

@@ -2,7 +2,6 @@ package handlers
import (
"encoding/base64"
"fmt"
"net/http"
"net/url"
"os"
@@ -144,7 +143,6 @@ func SendFile(w http.ResponseWriter, r *http.Request) {
}
decodedStr := string(decoded)
fmt.Println("decoded", decodedStr)
root := config.Instance().GetConfig().DownloadPath