mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:57:30 +02:00
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.
This commit is contained in:
parent
47ec27ff4d
commit
e2b6b3fe8c
1 changed files with 0 additions and 2 deletions
|
@ -74,7 +74,6 @@
|
||||||
var n = d.getTime();
|
var n = d.getTime();
|
||||||
|
|
||||||
var messageObj = JSON.parse(message);
|
var messageObj = JSON.parse(message);
|
||||||
print(message);
|
|
||||||
if (messageObj.channel === channel) {
|
if (messageObj.channel === channel) {
|
||||||
if (messageObj.action === "READY_FOR_CONTENT" && (n - timestamp) > INTERCALL_DELAY) {
|
if (messageObj.action === "READY_FOR_CONTENT" && (n - timestamp) > INTERCALL_DELAY) {
|
||||||
d = new Date();
|
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.";
|
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 = {
|
var message = {
|
||||||
"channel": channel,
|
"channel": channel,
|
||||||
"action": "PLACE_DATA",
|
"action": "PLACE_DATA",
|
||||||
|
|
Loading…
Reference in a new issue