Add the link to the privacy policy to the Usage Statistics section and remove debug logs (#1393)

This commit is contained in:
anj-s
2025-06-24 15:31:45 -07:00
committed by GitHub
parent 13cff94b1a
commit 418f67086b
2 changed files with 3 additions and 3 deletions

View File

@@ -98,9 +98,6 @@ export class ClearcutLogger {
},
];
const body = JSON.stringify(request);
if (this.config?.getDebugMode() ?? false) {
console.log('Clearcut POST request body:', body);
}
const options = {
hostname: 'play.googleapis.com',
path: '/log',