Remove unnecessary logging.

This commit is contained in:
Roxanne Skelly 2018-10-10 11:48:12 -07:00
parent 2876338a97
commit b052a12d16

View file

@ -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) {