Skip to content

Commit

Permalink
Removes console.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Nov 22, 2023
1 parent 893332d commit ce59e99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/OracleTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.20;

import "forge-std/Test.sol";
import "forge-std/console.sol";
import "../contracts/Oracle.sol";
import "../contracts/PreConfirmations.sol";
import "../contracts/interfaces/IPreConfirmations.sol";
Expand Down Expand Up @@ -222,7 +221,6 @@ contract OracleTest is Test {
string memory blockBuilderName = "kartik builder";
(address user, uint256 userPk) = makeAddrAndKey("alice");
(address provider, uint256 providerPk) = makeAddrAndKey("bob");
console.log("user: %s, provider: %s", user, provider);

vm.deal(user, 200000 ether);
vm.deal(provider, 200000 ether);
Expand Down

0 comments on commit ce59e99

Please sign in to comment.