mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
chore: Remove remaining diagnostic logs
This commit is contained in:
+1
-1
@@ -885,7 +885,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
// ---> Keep Ensure history exists check <---
|
||||
if (!dashboardHistory[guest.vmid] || !Array.isArray(dashboardHistory[guest.vmid])) {
|
||||
console.log(`[processGuest - ${guest.vmid}] Initializing/Resetting history array.`);
|
||||
// console.log(`[processGuest - ${guest.vmid}] Initializing/Resetting history array.`); // REMOVED THIS LOG
|
||||
dashboardHistory[guest.vmid] = [];
|
||||
}
|
||||
// ---> END SECTION <---
|
||||
|
||||
Reference in New Issue
Block a user