Skip to content

Commit f188f99

Browse files
committed
removed debug in document conversion
1 parent 2c08598 commit f188f99

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)