[국가코드체크] 콘솔 제거

This commit is contained in:
sungmin.in
2024-07-03 16:03:49 +09:00
parent 8650f87e63
commit ad118a2d09

View File

@@ -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]);