Skip to content

Commit

Permalink
Removed debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Dec 16, 2022
1 parent 6405066 commit b523854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b523854

Please sign in to comment.