Skip to content

Commit 857efd3

Browse files
committed
revert: stop debugging mounted body sent to module endpoints
1 parent f30b74e commit 857efd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/#applications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function runModule (params, respond, storeId, modName, validate, responseValidat
7575
params,
7676
application
7777
}
78-
logger.log(body)
78+
// logger.log(body)
7979
let url = application.modules[modName].endpoint
8080
// handle request with big timeout if app ID was specified
8181
let bigTimeout = !!(appId)

0 commit comments

Comments
 (0)