Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 26dd012

Browse files
committed
Fix debug message
1 parent f6527a6 commit 26dd012

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app.js

-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ app.post('/:config', function(req, res) {
5959
var config_name = req.params.config;
6060
var config = cfg.map[config_name];
6161

62-
console.log(req.body);
63-
6462
if (!config || req.body.zen) {
6563
logger(config_name + '.error').log('Invalid request for config: ' + config_name);
6664
// Log invalid request

0 commit comments

Comments
 (0)