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 7b2d352
Showing 1 changed file with 0 additions and 3 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

0 comments on commit 7b2d352

Please sign in to comment.