We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 674fb4a + c86b26d commit b952866Copy full SHA for b952866
1 file changed
services/document_conversion/v1.js
@@ -33,8 +33,6 @@ module.exports = function(RED) {
33
}
34
35
36
- util.log("*** CONVERT: "+JSON.stringify(converts));
37
-
38
// GNF: This method provides service credentials when prompted from the node editor
39
RED.httpAdmin.get('/convert/vcap', function(req,res) {
40
res.send(JSON.stringify(converts));
0 commit comments