Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Oct 9, 2020
1 parent 1ebbd85 commit dd79520
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/cw721-base/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ pub fn handle_mint<S: Storage, A: Api, Q: Querier>(
_env: Env,
info: MessageInfo,
msg: MintMsg,
// token_id: String,
// owner: HumanAddr,
// name: String,
// description: Option<String>,
// image: Option<String>,
) -> Result<HandleResponse, ContractError> {
let minter = mint(&mut deps.storage).load()?;
let sender_raw = deps.api.canonical_address(&info.sender)?;
Expand Down

0 comments on commit dd79520

Please sign in to comment.