remove debug code

This commit is contained in:
Daniel Lugo 2020-05-31 12:16:45 -04:00
parent f731474dce
commit 08216586ed

View file

@ -1920,8 +1920,6 @@ module.exports = async (
return res.status(200)
} catch (err) {
console.log(err)
process.exit(1)
return res.status(500).json({
errorMessage: err.message || 'Unknown error inside /api/gun/follow'
})