Skip to content

Commit

Permalink
chore: traditional console log removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaryt committed Jul 26, 2022
1 parent a3dda18 commit af249b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/Components/Commands/parsers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export function parseStep(
'commands',
orbs,
) || commands?.find((c) => c.name === name);
console.log(command);

if (!command) {
throw errorParsing(
Expand Down
2 changes: 0 additions & 2 deletions src/lib/Config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ export class Config
this.commands = commands;
this.parameters = parameters;
this.orbs = orbs;

console.log(orbs);
}

/**
Expand Down

0 comments on commit af249b9

Please sign in to comment.