Removed debug line.
This commit is contained in:
parent
6405066f08
commit
b52385406f
|
@ -5446,7 +5446,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
||||||
res.sendFile(argentInfo.signedMeshCmdPath);
|
res.sendFile(argentInfo.signedMeshCmdPath);
|
||||||
} else {
|
} else {
|
||||||
// Merge JavaScript to a unsigned agent and send that.
|
// Merge JavaScript to a unsigned agent and send that.
|
||||||
console.log('aa', argentInfo.path);
|
|
||||||
obj.parent.exeHandler.streamExeWithJavaScript({ platform: argentInfo.platform, sourceFileName: argentInfo.path, destinationStream: res, js: Buffer.from(obj.parent.defaultMeshCmd, 'utf8'), peinfo: argentInfo.pe });
|
obj.parent.exeHandler.streamExeWithJavaScript({ platform: argentInfo.platform, sourceFileName: argentInfo.path, destinationStream: res, js: Buffer.from(obj.parent.defaultMeshCmd, 'utf8'), peinfo: argentInfo.pe });
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue