Removed debug line.

Ylian Saint-Hilaire committed Dec 15, 2022 at 19:45 UTC b52385406f9d1b47f3f08ed1418f224e76a5e8f7
1 file changed -1
webserver.js
-1
@@ -5446,7 +5446,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
5446 res.sendFile(argentInfo.signedMeshCmdPath);
5447 } else {
5448 // Merge JavaScript to a unsigned agent and send that.
5449 - console.log('aa', argentInfo.path);
5449 obj.parent.exeHandler.streamExeWithJavaScript({ platform: argentInfo.platform, sourceFileName: argentInfo.path, destinationStream: res, js: Buffer.from(obj.parent.defaultMeshCmd, 'utf8'), peinfo: argentInfo.pe });
5450 }
5451 return;