Skip to content

Commit

Permalink
chore: remove console sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Jul 9, 2024
1 parent bedd280 commit d4193dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/contracts/PreConfCommitmentStore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {IProviderRegistry} from "./interfaces/IProviderRegistry.sol";
import {IBidderRegistry} from "./interfaces/IBidderRegistry.sol";
import {IBlockTracker} from "./interfaces/IBlockTracker.sol";
import {WindowFromBlockNumber} from "./utils/WindowFromBlockNumber.sol";
import "forge-std/console.sol";

/**
* @title PreConfCommitmentStore - A contract for managing preconfirmation commitments and bids.
Expand Down

0 comments on commit d4193dc

Please sign in to comment.