We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a69f1 commit 216379dCopy full SHA for 216379d
contracts/ByocFactory.sol
@@ -13,8 +13,6 @@ import { IByocFactory } from "./interfaces/IByocFactory.sol";
13
import { TWRegistry } from "./TWRegistry.sol";
14
import "./ThirdwebContract.sol";
15
16
-import "hardhat/console.sol";
17
-
18
contract ByocFactory is IByocFactory, ERC2771Context, AccessControlEnumerable {
19
/*///////////////////////////////////////////////////////////////
20
State variables
0 commit comments