fix: tune up

This commit is contained in:
2023-08-09 19:30:07 +02:00
parent ee99e81991
commit 33ed5d6af5
3 changed files with 1 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ package prosody
import (
"fmt"
"log"
"net/url"
)
@@ -18,8 +17,6 @@ func NewProsody(domain string) *Prosody {
if err != nil {
panic(fmt.Errorf("urlQueryUnescape %w", err))
}
log.Println("/var/lib/prosody/" + domain + "/accounts/")
log.Println(plainDomain)
return &Prosody{
binPath: "/usr/bin/prosodyctl",
accountsPath: "/var/lib/prosody/" + domain + "/accounts/",