mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
fixes, cleaned up noise in the developer console
This commit is contained in:
@@ -78,7 +78,9 @@ async function call(method, url, data, headers = {}) {
|
||||
|
||||
const end = Date.now();
|
||||
|
||||
console.log(`${method} ${url} took ${end-start}ms`);
|
||||
if (glob.PROFILING_LOG) {
|
||||
console.log(`${method} ${url} took ${end - start}ms`);
|
||||
}
|
||||
|
||||
const maxSyncIdStr = resp.headers['trilium-max-sync-id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user