chore: remove log

This commit is contained in:
karishmas6
2024-09-25 18:15:03 +05:30
parent 6bea5a2ad1
commit a6e7e23114

View File

@@ -55,9 +55,6 @@ app.get('/csrf-token', (req, res) => {
res.json({ csrfToken: req.csrfToken() })
})
console.log('Environment Variables:');
console.log('SECRET:', process.env.JWT_SECRET);
server.listen(SERVER_PORT, async () => {
await connectDB();
await syncDB();