Skip to content

Commit

Permalink
fix: Remove hardhat console
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco77 committed Apr 22, 2021
1 parent 1c33f1a commit ddf5dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/masset/Masset.sol
Expand Up @@ -2,8 +2,6 @@
pragma solidity 0.8.2;
pragma abicoder v2;

import "hardhat/console.sol";

// Internal
import { Initializable } from "../shared/@openzeppelin-2.5/Initializable.sol";
import { InitializableToken, IERC20 } from "../shared/InitializableToken.sol";
Expand Down

0 comments on commit ddf5dc3

Please sign in to comment.