Skip to content

Commit

Permalink
🔥 Remove paused state for debug panel
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Aug 22, 2023
1 parent c13f9bf commit b59522e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/dev/content/dev-debug-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ class DeveloperDebugPanel extends MozHTMLElement {
});

this.resourceUsageInt = setInterval(() => {
if (document.visibilityState == "hidden") {
this.elements.proc_info.textContent = "proc_info paused";
return;
}

this.calculateResourceUsage();
}, 1000);

Expand Down

0 comments on commit b59522e

Please sign in to comment.