remove debug code

This commit is contained in:
Daniel Lugo 2020-05-31 11:03:30 -04:00
parent 80bb635b72
commit 56f0460509

View file

@ -1892,7 +1892,6 @@ module.exports = async (
* @param {Response} res
*/
const apiGunFollowsPost = async (req, res) => {
process.exit(1)
try {
const user = require('../services/gunDB/Mediator').getUser()
const { body: { publicKey }} = req
@ -1918,8 +1917,6 @@ module.exports = async (
console.log('NEWFOLLOW POSTED')
// eslint-disable-next-line no-process-exit
process.exit(1)
return res.status(200).send()
} catch (err) {