Skip to content

Commit

Permalink
MOD: removed unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
casweeney committed Dec 10, 2024
1 parent 7724fba commit 066a518
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,7 @@ pub mod LockManager {
fn token_locked_at(
self: @ContractState, token: ContractAddress, index: u32
) -> ContractAddress {
// self.token_locks_list.entry(token).at(index.into()).read()

// Return only active locks
// let token_locks = self.token_locks_list.entry(token).read();

let mut active_index = 0;
let mut i = 0;
let mut token_lock = contract_address_const::<0>();
Expand Down

0 comments on commit 066a518

Please sign in to comment.