mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
Remove unnecessary logging.
This commit is contained in:
parent
2876338a97
commit
b052a12d16
1 changed files with 0 additions and 2 deletions
|
@ -582,8 +582,6 @@ function updateLabels(serverState) {
|
|||
}
|
||||
}
|
||||
var currentStories = trayNotifications.getCurrentStories();
|
||||
console.log("CURRENT STORIES");
|
||||
console.log(currentStories);
|
||||
if(currentStories) {
|
||||
labels.goto.submenu = [];
|
||||
for (var location in currentStories) {
|
||||
|
|
Loading…
Reference in a new issue