mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Remove some debug logging in system status widget
Project......: Performance Profiling Sponsored-by.: NLnet NGI0 Commons Fund
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
.map((v) => v.toPrecision(3))
|
||||
.join(" / ");
|
||||
} else if (item === "dbqueries") {
|
||||
console.log(`dbqueries = ${json['dbqueries']}, ts = ${json['ts']}`);
|
||||
if (status_update_ts !== 0) {
|
||||
let dt = json['ts'] - status_update_ts;
|
||||
let dq = json['dbqueries'] - status_update_last_q;
|
||||
|
||||
Reference in New Issue
Block a user