From 90cf4b68cd946a5a15c5388c8b0530b8ecad5f05 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Sun, 17 Mar 2019 18:38:42 +0530 Subject: [PATCH] Suggested changes resolved --- .../matrix-org/dendrite/clientapi/routing/room_tagging.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go index 8461f26e5..0fef4c048 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go @@ -174,9 +174,4 @@ func addDataToDB(req *http.Request, localpart string, roomID string, accountDB * ); err != nil { httputil.LogThenError(req, err) } -} - -// // raiseError helps in returning a error via a JSONResponse -// func raiseError(req *http.Request, err error) util.JSONResponse { -// return httputil.LogThenError(req, err) -// } +} \ No newline at end of file