Remove fmt.Println

This commit is contained in:
Neil Alexander 2020-01-29 17:36:59 +00:00
parent 63c7ded34f
commit ec6b78eafa

View file

@ -15,7 +15,6 @@
package routing
import (
"fmt"
"io/ioutil"
"net/http"
@ -43,7 +42,6 @@ func GetAccountData(
localpart, _, err := gomatrixserverlib.SplitID('@', userID)
if err != nil {
fmt.Println("Failed to split ID:", err)
return httputil.LogThenError(req, err)
}