From 6b86fa30b4859054bd8e722bee5c406329ea6305 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Thu, 13 Feb 2020 12:08:54 -0700 Subject: [PATCH] bug: remove extraneous logging --- index.js | 1 - 1 file changed, 1 deletion(-) 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)