mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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();
|
var currentStories = trayNotifications.getCurrentStories();
|
||||||
console.log("CURRENT STORIES");
|
|
||||||
console.log(currentStories);
|
|
||||||
if(currentStories) {
|
if(currentStories) {
|
||||||
labels.goto.submenu = [];
|
labels.goto.submenu = [];
|
||||||
for (var location in currentStories) {
|
for (var location in currentStories) {
|
||||||
|
|
Loading…
Reference in a new issue