Skip to content

Commit

Permalink
remove hardhat console
Browse files Browse the repository at this point in the history
  • Loading branch information
martriay committed Mar 30, 2021
1 parent c27b7f2 commit c7e2ebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/mocks/MulticallTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pragma solidity ^0.8.0;

import "./MulticallTokenMock.sol";
import "hardhat/console.sol";

contract MulticallTest {
function testReturnValues(MulticallTokenMock multicallToken, address[] calldata recipients, uint256[] calldata amounts) external {
Expand Down

0 comments on commit c7e2ebd

Please sign in to comment.