Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
polus-arcticus committed Jan 9, 2024
1 parent 71ef4fa commit 81b8493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokenizer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
import { IPToken, Metadata as TokenMetadata } from "./IPToken.sol";
import { IPermissioner } from "./Permissioner.sol";
import { IPNFT } from "./IPNFT.sol";
import 'forge-std/console.sol';

error MustOwnIpnft();
error AlreadyTokenized();

Expand Down

0 comments on commit 81b8493

Please sign in to comment.