Skip to content

Commit

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

import {OneTime} from "contracts/OneTime.sol";

import {console} from "forge-std/console.sol";
import {IERC20} from "forge-std/interfaces/IERC20.sol";
import {IGrateful} from "interfaces/IGrateful.sol";

Expand Down

0 comments on commit 52b45a6

Please sign in to comment.