Skip to content

Commit b952866

Browse files
committed
Merge branch 'master' into issue_67_service_credentials
2 parents 674fb4a + c86b26d commit b952866

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • services/document_conversion

services/document_conversion/v1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ module.exports = function(RED) {
3333
}
3434
}
3535

36-
util.log("*** CONVERT: "+JSON.stringify(converts));
37-
3836
// GNF: This method provides service credentials when prompted from the node editor
3937
RED.httpAdmin.get('/convert/vcap', function(req,res) {
4038
res.send(JSON.stringify(converts));

0 commit comments

Comments
 (0)