Skip to content

Commit

Permalink
Merge pull request #21 from rajkharvar/fix-contract
Browse files Browse the repository at this point in the history
Remove hardhat/console.sol from disperse contract
  • Loading branch information
rajkharvar authored Apr 29, 2023
2 parents b2e9027 + af030bb commit e277881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/Disperse.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.0;

import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "hardhat/console.sol";

contract Disperse {
function disperseToken(
Expand Down

1 comment on commit e277881

@vercel
Copy link

@vercel vercel bot commented on e277881 Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.