diff --git a/index.js b/index.js index a5380e9..90a9356 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,6 @@ async function doDeploy () { const distDir = path.join(process.cwd(), core.getInput('distDir')) const cleanup = JSON.parse(core.getInput('cleanup')) assert(typeof cleanup === 'boolean', 'Cleanup input must be a boolean "true" or "false"') - console.log(typeof cleanup) const client = new Neocities(token)