Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGriff committed Aug 29, 2024
1 parent 7c61b02 commit 622accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/PriceFeeds/WETHPriceFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.18;

import "./MainnetPriceFeedBase.sol";

import "forge-std/console2.sol";
// import "forge-std/console2.sol";

contract WETHPriceFeed is MainnetPriceFeedBase {
constructor(
Expand Down

0 comments on commit 622accc

Please sign in to comment.