mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove debug logs
This commit is contained in:
parent
a03eee5ef7
commit
5136874372
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ import 'dotenv/config'
|
|||
import express from 'express'
|
||||
import { contentFetchRequestHandler } from './request_handler'
|
||||
|
||||
console.log(process.env)
|
||||
|
||||
const app = express()
|
||||
|
||||
app.use(express.json())
|
||||
|
|
|
|||
Loading…
Reference in a new issue