remove log

This commit is contained in:
Barış Soner Uşaklı
2023-12-17 12:44:30 -05:00
parent e51c8de9cb
commit 4b006b37cc

View File

@@ -34,7 +34,7 @@ module.exports = function (Plugins) {
},
timeout: 5000,
});
console.log(response, body);
if (response.status !== 200) {
winston.error(`[plugins.submitUsageData] received ${response.status} ${body}`);
}