mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-23 12:43:14 -05:00
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);
|
||||
} else {
|
||||
// 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 });
|
||||
}
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user