Insights preparation.

This commit is contained in:
Pedro Silva 2024-04-11 17:14:22 +01:00
parent 2f1c36af40
commit 9bf23550dd
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
9 changed files with 92 additions and 24 deletions

View file

@ -1,4 +1,4 @@
export function log(...args) {
console.log('[AXO] ', ...args);
//console.log('[AXO] ', ...args);
}