remove extra logging from exec , add sun icon

This commit is contained in:
Dave C-J 2013-10-20 20:37:40 +01:00
parent e775346946
commit c4f30a6111
2 changed files with 46 additions and 47 deletions

View File

@ -55,7 +55,6 @@ function ExecNode(n) {
else {
var cl = node.cmd+" "+msg.payload+" "+node.append;
node.log(cl);
var child = exec(cl, function (error, stdout, stderr) {
msg.payload = stdout;
var msg2 = {payload:stderr};

BIN
public/icons/sun.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B