This commit is contained in:
Gilles Grandou 2019-05-01 20:11:15 +02:00
parent 3c280d88a3
commit 573eaf705f
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
key = "ttrss:feedprefs:"+feed[0];
data = localStorage.getItem(key);
console.log
if (data) {
prefs = JSON.parse(data);
//console.log("plugin:feedprefs: "+key+" => "+data);