We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c08598 + f188f99 commit c86b26dCopy full SHA for c86b26d
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