Skip to content

Commit ffcd3ef

Browse files
committed
fix: remove unused import
1 parent cee16e9 commit ffcd3ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/pegout/Hashing.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pragma solidity 0.8.25;
44
import {PegOutTestBase} from "./PegOutTestBase.sol";
55
import {Quotes} from "../../src/libraries/Quotes.sol";
66
import {Flyover} from "../../src/libraries/Flyover.sol";
7-
import {console} from "forge-std/console.sol";
87

98
contract HashingTest is PegOutTestBase {
109
function setUp() public {

0 commit comments

Comments
 (0)