Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xddong committed Aug 7, 2024
1 parent 018b5f9 commit c8c52cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/RepoTokenList.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ library RepoTokenList {
removeMaturedToken = true;
}

(
,
address purchaseToken,,
) = ITermRepoToken(current).config();

next = _getNext(listData, current);

if (removeMaturedToken) {
Expand Down

0 comments on commit c8c52cb

Please sign in to comment.