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.
1 parent 46ac7f6 commit 56a6989Copy full SHA for 56a6989
client/modules/IDE/hooks/useWhatPage.js
@@ -25,7 +25,6 @@ const useWhatPage = () => {
25
else if (pathname === '/account') setPageName('account');
26
else if (pathname === '/p5/collections' || pathname === '/p5/sketches')
27
setPageName('examples');
28
- console.log(pageName, pathname);
29
}, [pathname]);
30
31
return pageName;
0 commit comments