bug: remove extraneous logging

This commit is contained in:
Bret Comnes 2020-02-13 12:08:54 -07:00
parent 74e6c4a57e
commit 6b86fa30b4
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -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)