Skip to content

Commit 64b357a

Browse files
Johnny Wutke-robot
authored andcommitted
fix(console): remove console
1 parent 8eb2757 commit 64b357a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/console/src/modules/cluster/components/scale/cronhpa/list/namespaceSelect.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const NamespaceSelect = React.memo((props: {
3434
* 初始化namespace选项为第一个,对应初始化浏览器URL数据
3535
*/
3636
useEffect(() => {
37-
console.log(namespaces, '---+++');
3837
if (!isEmpty(namespaces) && namespaces.recordCount > 0) {
3938
hpaDispatch({
4039
type: CHANGE_NAMESPACE,

0 commit comments

Comments
 (0)