deeplink test console.log 원복
This commit is contained in:
@@ -143,13 +143,13 @@ function AppBase(props) {
|
||||
}
|
||||
}, [cursorVisible]);
|
||||
|
||||
// useEffect(() => {
|
||||
// if (logEnable) {
|
||||
// enableConsole();
|
||||
// } else {
|
||||
// disableConsole();
|
||||
// }
|
||||
// }, [logEnable]);
|
||||
useEffect(() => {
|
||||
if (logEnable) {
|
||||
enableConsole();
|
||||
} else {
|
||||
disableConsole();
|
||||
}
|
||||
}, [logEnable]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!oldDb8Deleted) {
|
||||
@@ -361,9 +361,6 @@ function AppBase(props) {
|
||||
? launchParmas.contentTarget.split("_")[1] || ""
|
||||
: "1000";
|
||||
|
||||
console.log("#launchParmas", launchParmas);
|
||||
console.log("#linkTpNm", linkTpNm);
|
||||
console.log("#linkTpCd", linkTpCd);
|
||||
if (launchParmas.contentTarget) {
|
||||
dispatch(
|
||||
setDeepLink({
|
||||
|
||||
Reference in New Issue
Block a user