mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add the link to the privacy policy to the Usage Statistics section and remove debug logs (#1393)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user