Skip to content

Commit

Permalink
fix(console): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Wu authored and tke-robot committed Sep 28, 2020
1 parent 8eb2757 commit 64b357a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const NamespaceSelect = React.memo((props: {
* 初始化namespace选项为第一个,对应初始化浏览器URL数据
*/
useEffect(() => {
console.log(namespaces, '---+++');
if (!isEmpty(namespaces) && namespaces.recordCount > 0) {
hpaDispatch({
type: CHANGE_NAMESPACE,
Expand Down

0 comments on commit 64b357a

Please sign in to comment.