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(); }