Commit 7453530c authored by Roque's avatar Roque

erp5_web_monitoring: cleanup monitoring storage

parent 34b3d5db
......@@ -154,13 +154,8 @@
var storage = this._local_sub_storage;
return storage.get(id)
.push(function (doc) {
console.log("monitoring jio storage REMOVE. id:", id);
console.log("with portal_type:", doc.portal_type);
if (doc.portal_type !== 'opml') {
console.log("portal_type !== 'opml'! just jio remove");
return storage.remove(id);
/*throw new TypeError("Object with portal_type" + doc.portal_type +
"is frozen, cannot remove it.");*/
}
function removeOPMLTree(url) {
console.log("portal_type 'opml'! complex opml remove");
......
......@@ -269,7 +269,7 @@
</tuple>
<state>
<tuple>
<float>1711486812.33</float>
<float>1711544040.72</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment