[국가코드체크] 콘솔 제거
This commit is contained in:
@@ -116,11 +116,6 @@ export default function MainView({ className }) {
|
||||
dispatch(changeAppStatus({ showLoadingPanel: { show: false } }));
|
||||
}, [dispatch]);
|
||||
|
||||
console.log(
|
||||
"Config.ACTIVE_POPUP.changeCountyPopup",
|
||||
Config.ACTIVE_POPUP.changeCountyPopup
|
||||
);
|
||||
|
||||
const currentTabLayoutPanelInfo = useMemo(() => {
|
||||
return panels[panels.length - 1]?.panelInfo;
|
||||
}, [panels]);
|
||||
|
||||
Reference in New Issue
Block a user