Skip to content

Commit

Permalink
chore: remove unused console import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChin committed Nov 19, 2024
1 parent d0134a9 commit bde41ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/OneTime.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";

import {IERC20} from "@openzeppelin/contracts/interfaces/IERC20.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {console} from "forge-std/console.sol";
import {IGrateful} from "interfaces/IGrateful.sol";

contract OneTime {
Expand Down

0 comments on commit bde41ac

Please sign in to comment.