Skip to content

Commit

Permalink
remove console log (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Sep 23, 2024
1 parent 97f24a0 commit 278ebcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generateDapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const spinner = (text) => ora({ text, stream: process.stdout, color: "green" });
let currentSpinner: Ora | null = null;

export async function generateDapp(selection: Selections) {
console.log("selection", selection);
const projectName = selection.projectName || "my-aptos-dapp";
// internal template directory path
const templateDir = getTemplateDirectory(selection);
Expand Down

0 comments on commit 278ebcd

Please sign in to comment.