Commit 7453530c authored by Roque's avatar Roque

erp5_web_monitoring: cleanup monitoring storage

parent 34b3d5db
...@@ -154,13 +154,8 @@ ...@@ -154,13 +154,8 @@
var storage = this._local_sub_storage; var storage = this._local_sub_storage;
return storage.get(id) return storage.get(id)
.push(function (doc) { .push(function (doc) {
console.log("monitoring jio storage REMOVE. id:", id);
console.log("with portal_type:", doc.portal_type);
if (doc.portal_type !== 'opml') { if (doc.portal_type !== 'opml') {
console.log("portal_type !== 'opml'! just jio remove");
return storage.remove(id); return storage.remove(id);
/*throw new TypeError("Object with portal_type" + doc.portal_type +
"is frozen, cannot remove it.");*/
} }
function removeOPMLTree(url) { function removeOPMLTree(url) {
console.log("portal_type 'opml'! complex opml remove"); console.log("portal_type 'opml'! complex opml remove");
......
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1711486812.33</float> <float>1711544040.72</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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