We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1ae1d commit c367443Copy full SHA for c367443
app.js
@@ -20,7 +20,6 @@ const app = express()
20
app.set('trust proxy', 'loopback')
21
22
app.init = async () => {
23
- console.log('heeeeere')
24
await loadConfig.loadConfig()
25
await loadNyplCoreData()
26
preflightCheck()
0 commit comments