refactor(缺陷管理): 去掉console

This commit is contained in:
song-cc-rock 2024-07-23 17:43:35 +08:00 committed by 刘瑞斌
parent 89899d2678
commit e5e2e4e421
2 changed files with 1 additions and 2 deletions

View File

@ -780,7 +780,6 @@
async function getColumnHeaders() {
try {
customColumns = await getCustomFieldColumns();
console.log(customColumns);
customColumns.forEach((item) => {
//
if (item.title === '严重程度' || item.title === 'Bug Degree') {