Skip to content

Commit

Permalink
Remove console import
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 13, 2024
1 parent 0c817a6 commit ac99d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/scripts/DeployLiquity2.s.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.18;

import "forge-std/console.sol";
import {Script} from "forge-std/Script.sol";
import {StdCheats} from "forge-std/StdCheats.sol";
import "../deployment.sol";
Expand Down

0 comments on commit ac99d32

Please sign in to comment.