remove debug code
This commit is contained in:
parent
80bb635b72
commit
56f0460509
1 changed files with 0 additions and 3 deletions
|
|
@ -1892,7 +1892,6 @@ module.exports = async (
|
||||||
* @param {Response} res
|
* @param {Response} res
|
||||||
*/
|
*/
|
||||||
const apiGunFollowsPost = async (req, res) => {
|
const apiGunFollowsPost = async (req, res) => {
|
||||||
process.exit(1)
|
|
||||||
try {
|
try {
|
||||||
const user = require('../services/gunDB/Mediator').getUser()
|
const user = require('../services/gunDB/Mediator').getUser()
|
||||||
const { body: { publicKey }} = req
|
const { body: { publicKey }} = req
|
||||||
|
|
@ -1918,8 +1917,6 @@ module.exports = async (
|
||||||
|
|
||||||
|
|
||||||
console.log('NEWFOLLOW POSTED')
|
console.log('NEWFOLLOW POSTED')
|
||||||
// eslint-disable-next-line no-process-exit
|
|
||||||
process.exit(1)
|
|
||||||
|
|
||||||
return res.status(200).send()
|
return res.status(200).send()
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue