cleanup render count for console log clairty

This commit is contained in:
talksik
2022-06-19 10:41:03 -05:00
parent 73ec1fe08c
commit 1d250c4e51
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const Navbar = () => {
);
const rendersCount = useRendersCount();
console.warn('RENDER COUNT | NAVBAR | ', rendersCount);
// console.warn('RENDER COUNT | NAVBAR | ', rendersCount);
return (
<Stack