From ec6b78eafa9c9224599b947c52deb677877a0f47 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 29 Jan 2020 17:36:59 +0000 Subject: [PATCH] Remove fmt.Println --- clientapi/routing/account_data.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/clientapi/routing/account_data.go b/clientapi/routing/account_data.go index f2fc8e127..bbc8c258e 100644 --- a/clientapi/routing/account_data.go +++ b/clientapi/routing/account_data.go @@ -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) }