remove debug console.log
This commit is contained in:
@@ -816,7 +816,6 @@ async function processPath(socket, service_vault_file_path, request_headers = []
|
|||||||
// Here we read back certain data from the ServiceVault Script Context Object
|
// Here we read back certain data from the ServiceVault Script Context Object
|
||||||
try {
|
try {
|
||||||
if (typeof vmResults[item[1]] !== "undefined") {
|
if (typeof vmResults[item[1]] !== "undefined") {
|
||||||
console.log(item[0])
|
|
||||||
// Safely assign without eval
|
// Safely assign without eval
|
||||||
if (item[0] === `ssid_sessions['${socket.ssid}']` && privileged) {
|
if (item[0] === `ssid_sessions['${socket.ssid}']` && privileged) {
|
||||||
ssid_sessions[socket.ssid] = vmResults[item[1]];
|
ssid_sessions[socket.ssid] = vmResults[item[1]];
|
||||||
|
|||||||
Reference in New Issue
Block a user