Skip to content

Commit

Permalink
feat: Remove console import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefSnoopy committed Nov 27, 2024
1 parent dfaf8d2 commit bc76905
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/MixedQuoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {IMixedQuoter} from "./interfaces/IMixedQuoter.sol";
import {MixedQuoterActions} from "./libraries/MixedQuoterActions.sol";
import {MixedQuoterRecorder} from "./libraries/MixedQuoterRecorder.sol";
import {Multicall_v4} from "./base/Multicall_v4.sol";
import "forge-std/console2.sol";

/// @title Provides on chain quotes for v4, V3, V2, Stable and MixedRoute exact input swaps
/// @notice Allows getting the expected amount out for a given swap without executing the swap
Expand Down
1 change: 0 additions & 1 deletion src/libraries/MixedQuoterRecorder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity 0.8.26;

import {PoolKey} from "pancake-v4-core/src/types/PoolKey.sol";
import "forge-std/console2.sol";

/// @dev Record all token accumulation and swap direction of the transaction for non-v4 pools.
/// @dev Record v4 swap history list for v4 pools.
Expand Down
1 change: 0 additions & 1 deletion test/MixedQuoter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {ActionConstants} from "../src/libraries/ActionConstants.sol";
import {V3SmartRouterHelper} from "../src/libraries/external/V3SmartRouterHelper.sol";
import {MixedQuoterRecorder} from "../src/libraries/MixedQuoterRecorder.sol";
import {PancakeV3Router} from "./helpers/PancakeV3Router.sol";
import "forge-std/console2.sol";

contract MixedQuoterTest is
Test,
Expand Down

0 comments on commit bc76905

Please sign in to comment.