From d8683fe90b1753b4eedb114239b9500137332402 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Tue, 27 Nov 2018 22:38:13 +0100 Subject: [PATCH] Update client/tx/search.go Co-Authored-By: fedekunze <31522760+fedekunze@users.noreply.github.com> --- client/tx/search.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/tx/search.go b/client/tx/search.go index 0369456dc6..96f3277684 100644 --- a/client/tx/search.go +++ b/client/tx/search.go @@ -199,7 +199,6 @@ func SearchTxRequestHandlerFn(cliCtx context.CLIContext, cdc *codec.Codec) http. utils.WriteErrorResponse(w, http.StatusBadRequest, errMsg) return } - fmt.Println(fmt.Sprintf("%s='%s'", key, value)) tag := fmt.Sprintf("%s='%s'", key, value) tags = append(tags, tag) }