mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 00:02:05 +02:00
Merge pull request #561 from AleziaKurdis/PlaceApp-CommentPrint
Places App: Remove noisy print.
This commit is contained in:
commit
f5b6b2c874
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue