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