chore: remove log

This commit is contained in:
Bereket Engida
2024-11-13 21:41:55 +03:00
parent b1e9ce992f
commit 515a5e17fc

View File

@@ -41,9 +41,6 @@ export async function generateAction(opts: any) {
logger.error(e.message);
process.exit(1);
});
console.log({
adapter,
});
const spinner = yoctoSpinner({ text: "preparing schema..." }).start();