Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 28, 2022
1 parent d820070 commit 530ecc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ux/prompter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export class Prompter {
const thePrompt = prompt(questions, initialAnswers);
const timeout = new Promise((_, reject) => {
id = setTimeout(() => {
// eslint-disable-next-line no-console
// console.log(thePrompt.ui['activePrompt']);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
Expand Down

0 comments on commit 530ecc1

Please sign in to comment.