Skip to content

Commit

Permalink
Revert "debug print line"
Browse files Browse the repository at this point in the history
This reverts commit eeaa85e.
  • Loading branch information
riley-stride committed Jul 14, 2023
1 parent 9a80096 commit 0081ec4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x/staking/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ $ %s query staking all-tokenize-share-records
}

flags.AddQueryFlagsToCmd(cmd)
flags.AddPaginationFlagsToCmd(cmd, "tokenize share records")
flags.AddPaginationFlagsToCmd(cmd, "delegations")

return cmd
}
Expand Down Expand Up @@ -950,9 +950,6 @@ $ %s query staking last-tokenize-share-record-id
return err
}

// log a dummy print statement to check we're propagating to dockernet
fmt.Println("lalala")

return clientCtx.PrintProto(res)
},
}
Expand Down

0 comments on commit 0081ec4

Please sign in to comment.