Skip to content

Commit

Permalink
Remove errant log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasia committed Aug 27, 2024
1 parent c5c5b0c commit d27c479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/contracts/test/src/multi/SimpleMultiToken.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { ERC1155Supply } from "@openzeppelin/contracts/token/ERC1155/extensions/
import { IERC20 } from "@openzeppelin/contracts/interfaces/IERC20.sol";
import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";

import { console2 } from "forge-std/console2.sol";

contract SimpleMultiToken is ERC1155, ERC1155Supply, IERC4626Interest, Ownable {
uint256 public constant PERIODS_0 = 0;
uint256 public constant PERIODS_1 = 1;
Expand Down

0 comments on commit d27c479

Please sign in to comment.