删除无用代码

This commit is contained in:
hanhh
2021-06-20 20:33:18 +08:00
parent d630f34505
commit 3052b48f51
10 changed files with 29 additions and 23 deletions
-1
View File
@@ -214,7 +214,6 @@ export default class EnvService {
{ status: { $ne: EnvStatus.disabled }, name: { $exists: true } },
);
const groups = _.groupBy(envs, 'name');
console.log(groups);
let env_string = '';
for (const key in groups) {
if (Object.prototype.hasOwnProperty.call(groups, key)) {