We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5145430 + b087aee commit 9139b6aCopy full SHA for 9139b6a
src/components/Layout/CustomLayout.tsx
@@ -12,7 +12,6 @@ const CustomLayout: React.FC = () => {
12
const [loader, setLoader] = useState(true);
13
const [isSilentLoginExcluded, setIsSilentLoginExcluded] = useState(false);
14
const [isTMBEnabled, isTmbLoading] = useTmbEnabled();
15
- console.log(isTMBEnabled, 'isTMBEnabled');
16
17
const initRef = useRef(false);
18
0 commit comments