Web: Client: delete console log

This commit is contained in:
Viktor Fomin 2022-05-25 22:15:43 +03:00
parent 219cd835d3
commit 0296c1f22c

View File

@ -430,7 +430,6 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
}, [userTheme]);
useEffect(() => {
console.log("Current product", currentProductId);
if (window.location.pathname.toLowerCase().includes("files")) {
setIsDocuments(true);
} else {