Skip to content

Commit 9fb01a8

Browse files
remove console.log
1 parent 58f4acf commit 9fb01a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api-data-gov-filter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const apiDataGovFilter = (req, res, next) => {
55
return next();
66
}
77
else if (process.env.NODE_ENV !== 'development') {
8-
console.log('inside')
98
if (req.headers['api-data-gov-secret'] !== config.api_data_gov_secret) {
109
res.status(403);
1110
return res.json({

0 commit comments

Comments
 (0)