refactor(ckchat): 移除调试用的console.log语句
清理代码中用于调试的console.log输出,保持代码整洁
This commit is contained in:
@@ -15,7 +15,6 @@ export const createContractList = async (
|
|||||||
const realGroup = countLables
|
const realGroup = countLables
|
||||||
.filter(item => item.id !== 0)
|
.filter(item => item.id !== 0)
|
||||||
.map(item => item.id);
|
.map(item => item.id);
|
||||||
console.log(realGroup);
|
|
||||||
|
|
||||||
const dataByLabels = [];
|
const dataByLabels = [];
|
||||||
for (const label of countLables) {
|
for (const label of countLables) {
|
||||||
|
|||||||
@@ -131,8 +131,6 @@ export const useCkChatStore = createPersistStore<CkChatState>(
|
|||||||
lastSearchKeyword = state.searchKeyword;
|
lastSearchKeyword = state.searchKeyword;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("cachedResult", cachedResult);
|
|
||||||
|
|
||||||
return cachedResult;
|
return cachedResult;
|
||||||
};
|
};
|
||||||
})(),
|
})(),
|
||||||
|
|||||||
Reference in New Issue
Block a user