removed debug output
This commit is contained in:
@ -172,7 +172,7 @@ module.exports = function(RED) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
filename = filename.replace('//', '/')
|
filename = filename.replace('//', '/')
|
||||||
node.warn(filename)
|
|
||||||
client.getFileContents(filename)
|
client.getFileContents(filename)
|
||||||
.then(function (contents) {
|
.then(function (contents) {
|
||||||
node.send({'payload': contents})
|
node.send({'payload': contents})
|
||||||
|
|||||||
Reference in New Issue
Block a user