Skip to content

Commit 9139b6a

Browse files
authored
Merge pull request #238 from mayuran-deriv/mayuran/log-remove
fix: remove log
2 parents 5145430 + b087aee commit 9139b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Layout/CustomLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const CustomLayout: React.FC = () => {
1212
const [loader, setLoader] = useState(true);
1313
const [isSilentLoginExcluded, setIsSilentLoginExcluded] = useState(false);
1414
const [isTMBEnabled, isTmbLoading] = useTmbEnabled();
15-
console.log(isTMBEnabled, 'isTMBEnabled');
1615

1716
const initRef = useRef(false);
1817

0 commit comments

Comments
 (0)