Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Nov 30, 2023
1 parent 7fc2658 commit e571806
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/test/AccessLockHook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import {ILockCallback} from "../interfaces/callback/ILockCallback.sol";
import {MockERC20} from "solmate/test/utils/mocks/MockERC20.sol";
import {Constants} from "../../test/utils/Constants.sol";

import "forge-std/console2.sol";

contract AccessLockHook is Test, BaseTestHooks {
using CurrencyLibrary for Currency;

Expand Down Expand Up @@ -53,7 +51,6 @@ contract AccessLockHook is Test, BaseTestHooks {
IPoolManager.SwapParams calldata, /* params **/
bytes calldata hookData
) external override returns (bytes4) {
console2.log("hello");
return _executeAction(key, hookData, IHooks.beforeSwap.selector);
}

Expand Down
2 changes: 0 additions & 2 deletions src/test/PoolSwapTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {Test} from "forge-std/Test.sol";
import {Hooks} from "../libraries/Hooks.sol";
import {IHooks} from "../interfaces/IHooks.sol";

import "forge-std/console2.sol";

contract PoolSwapTest is Test, PoolTestBase {
using CurrencyLibrary for Currency;
using Hooks for IHooks;
Expand Down
2 changes: 0 additions & 2 deletions test/AccessLock.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import {BalanceDelta} from "../src/types/BalanceDelta.sol";
import {Pool} from "../src/libraries/Pool.sol";
import {TickMath} from "../src/libraries/TickMath.sol";

import "forge-std/console2.sol";

contract AccessLockTest is Test, Deployers {
using Pool for Pool.State;
using CurrencyLibrary for Currency;
Expand Down

0 comments on commit e571806

Please sign in to comment.