Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nillo committed Nov 20, 2023
1 parent 3aed5f4 commit c5a36e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tools/kadena-cli/src/prompts/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export const networkDeletePrompt: IPrompt = async (
args,
isOptional,
) => {
console.log('networkDeletePrompt', previousQuestions, args, isOptional);
if (args.defaultValue === undefined) {
throw new Error('Network name is required for the delete prompt.');
}
Expand Down

0 comments on commit c5a36e2

Please sign in to comment.