QA log test
This commit is contained in:
@@ -143,13 +143,13 @@ function AppBase(props) {
|
|||||||
}
|
}
|
||||||
}, [cursorVisible]);
|
}, [cursorVisible]);
|
||||||
|
|
||||||
useEffect(() => {
|
// useEffect(() => {
|
||||||
if (logEnable) {
|
// if (logEnable) {
|
||||||
enableConsole();
|
// enableConsole();
|
||||||
} else {
|
// } else {
|
||||||
disableConsole();
|
// disableConsole();
|
||||||
}
|
// }
|
||||||
}, [logEnable]);
|
// }, [logEnable]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!oldDb8Deleted) {
|
if (!oldDb8Deleted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user