selfhostable, read-only reddit client
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Remove debug console.log statement from index.js

Akshay 5717b7f2 56cc0870

-1
-1
src/routes/index.js
··· 3 3 const router = express.Router(); 4 4 const geddit = require("../geddit.js"); 5 5 const { db } = require("../index"); 6 - console.log("DB instance:", db); 7 6 const G = new geddit.Geddit(); 8 7 9 8 // GET /