Skip to content

Commit 6b94243

Browse files
committed
refactor: Remove unused console import from HelperContract
1 parent 203d43e commit 6b94243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/HelperContract.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.4;
33

4-
import {Test, console} from "forge-std/Test.sol";
4+
import {Test} from "forge-std/Test.sol";
55
import {IDiamondLoupe} from "@diamond/interfaces/IDiamondLoupe.sol";
66
import {Facet} from "@diamond/libraries/constants/Types.sol";
77

0 commit comments

Comments
 (0)