mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
bug: remove extraneous logging
This commit is contained in:
parent
74e6c4a57e
commit
6b86fa30b4
1
index.js
1
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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user