summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js-src/components/root.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/js-src/components/root.vue')
-rw-r--r--apps/updatenotification/js-src/components/root.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue
index 5c77bbcb986..1f3b91cf6bd 100644
--- a/apps/updatenotification/js-src/components/root.vue
+++ b/apps/updatenotification/js-src/components/root.vue
@@ -222,7 +222,7 @@
},
whatsNew: function () {
- console.warn("fobar");
+
var whatsNew = [];
for (var i in this.whatsNewData) {
whatsNew[i] = { icon: 'icon-star-dark', longtext: this.whatsNewData[i] };