Skip to content

Commit

Permalink
Remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Aug 17, 2021
1 parent 7f2865e commit ea8d645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit ea8d645

Please sign in to comment.