Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Oct 25, 2023
1 parent 7fedc42 commit 8325356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/QuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {SafeTransferLib} from "solady/utils/SafeTransferLib.sol";
import {IERC1155} from "openzeppelin-contracts/token/ERC1155/IERC1155.sol";
import {IQuestOwnable} from "./interfaces/IQuestOwnable.sol";
import {IQuest1155Ownable} from "./interfaces/IQuest1155Ownable.sol";
import "forge-std/console.sol";

/// @title QuestFactory
/// @author RabbitHole.gg
Expand Down

0 comments on commit 8325356

Please sign in to comment.