Q-Card 진입 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) {
|
||||
|
||||
Reference in New Issue
Block a user