Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizualni committed Jul 28, 2022
1 parent 1d780e9 commit 0f7194b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/consensus/keeper/grpc_query_messages_in_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package keeper

import (
"context"
"fmt"

codectypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -73,6 +72,5 @@ func (k Keeper) MessagesInQueue(goCtx context.Context, req *types.QueryMessagesI
}
res.Messages = append(res.Messages, approvedMessage)
}
fmt.Println("DUZINA", len(res.Messages))
return res, nil
}

0 comments on commit 0f7194b

Please sign in to comment.