From ea8d6455cbf057e65a8849f5da29b352d8366a5f Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Tue, 17 Aug 2021 13:23:55 +0200 Subject: [PATCH] Remove extra logging --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 854ff24..49346d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,8 +41,6 @@ async function downloadSplitsh() { const configPath = core.getInput('config-path'); const branch = core.getInput('source-branch'); - console.log(configPath, branch); - if (!fs.existsSync(splitshPath)) { await downloadSplitsh(); }