Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 2, 2024
1 parent 24703c0 commit 17b508c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkout-link",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"bin": "bin/cli.js",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion src/cli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const [filePath] = cli.input;

(async () => {
const product = await productPrompt();
console.log(product);
const server = await serverPrompt();

await authenticationMessage();
Expand Down

0 comments on commit 17b508c

Please sign in to comment.