Skip to content

Commit

Permalink
Remove debugging prints
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AleziaKurdis authored Aug 11, 2023
1 parent 47ec27f commit e2b6b3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/system/places/places.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e2b6b3f

Please sign in to comment.