Removed secret from logs

master
Keith Irwin 2021-12-26 16:18:31 -07:00
parent e9f4942f92
commit 6cb64f05fe
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 1 deletions

View File

@ -66,5 +66,4 @@ app.post('/', async (req, res) => {
app.listen(PORT, () => { app.listen(PORT, () => {
console.log(`API listening on ${PORT}`) console.log(`API listening on ${PORT}`)
console.log(`Secret: ${process.env.HCAPTCHA_SECRET}`)
}) })