diff --git a/src/tools/create_3land_collectible.ts b/src/tools/create_3land_collectible.ts index 68bf80a..29295ab 100644 --- a/src/tools/create_3land_collectible.ts +++ b/src/tools/create_3land_collectible.ts @@ -55,15 +55,3 @@ export async function createSingle( throw new Error(`Single edition creation failed: ${error.message}`); } } - -/** - * Buy a single edition on 3Land - * @param - * @returns - */ -// export async function buySingle() { -// try { -// } catch (error: any) { -// throw new Error(`Buying single edition failed: ${error.message}`); -// } -// }