Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
feat: remove console2
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Sep 9, 2024
1 parent 5b03dea commit 28edc75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GasSnapshot.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

import "forge-std/src/console2.sol";
import {Script} from "forge-std/src/Script.sol";
import {UintString} from "./utils/UintString.sol";

Expand Down

0 comments on commit 28edc75

Please sign in to comment.