remove console.log

This commit is contained in:
Andras Bacsai
2023-07-18 14:44:46 +02:00
parent e71f890b54
commit 8e4f7c9065

View File

@@ -52,7 +52,6 @@ export default async function (data) {
}
let environment = typeof value['environment'] === 'undefined' ? [] : value['environment'];
console.log({ key, environment });
if (Object.keys(environment).length > 0) {
environment = Object.entries(environment).map(([key, value]) => `${key}=${value}`);
}