mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
删除无用代码
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user