From af249b9bff77ac5554bba05032893737a0950501 Mon Sep 17 00:00:00 2001 From: Jaryt Bustard Date: Tue, 26 Jul 2022 01:37:15 -0400 Subject: [PATCH] chore: traditional console log removal --- src/lib/Components/Commands/parsers/index.ts | 1 - src/lib/Config/index.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/lib/Components/Commands/parsers/index.ts b/src/lib/Components/Commands/parsers/index.ts index 290adcf..49f1d5c 100644 --- a/src/lib/Components/Commands/parsers/index.ts +++ b/src/lib/Components/Commands/parsers/index.ts @@ -158,7 +158,6 @@ export function parseStep( 'commands', orbs, ) || commands?.find((c) => c.name === name); - console.log(command); if (!command) { throw errorParsing( diff --git a/src/lib/Config/index.ts b/src/lib/Config/index.ts index fc3e6d5..65b26e2 100644 --- a/src/lib/Config/index.ts +++ b/src/lib/Config/index.ts @@ -89,8 +89,6 @@ export class Config this.commands = commands; this.parameters = parameters; this.orbs = orbs; - - console.log(orbs); } /**