From e2b6b3fe8c30dd86f34b4be26decab5784e88f66 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:53:02 -0400 Subject: [PATCH] Remove debugging prints This removes the 2 noisy print left behind in the code that were logging all the json of the transaction fetched on the directory server. --- scripts/system/places/places.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/system/places/places.js b/scripts/system/places/places.js index 9242acbeea..af7a7ece1b 100644 --- a/scripts/system/places/places.js +++ b/scripts/system/places/places.js @@ -74,7 +74,6 @@ var n = d.getTime(); var messageObj = JSON.parse(message); - print(message); if (messageObj.channel === channel) { if (messageObj.action === "READY_FOR_CONTENT" && (n - timestamp) > INTERCALL_DELAY) { d = new Date(); @@ -213,7 +212,6 @@ warning = "WARNING: " + percentProtocolRejected + "% of the places are not listed because they are running under a different protocol. Maybe consider to upgrade."; } - print(JSON.stringify(portalList)); var message = { "channel": channel, "action": "PLACE_DATA",