chore: remove console log

This commit is contained in:
ShubhamPalriwala
2024-04-16 11:36:25 +05:30
parent 9814e87a41
commit 7562072cd4

View File

@@ -101,7 +101,6 @@ export default function Navigation({
const { isAdmin, isOwner, isViewer } = getAccessFlags(membershipRole);
const [openSaturn, setOpenSaturn] = useState(false);
const isPricingDisabled = !isOwner && !isAdmin;
console.log("openSaturn in nav", openSaturn);
useEffect(() => {
if (environment && environment.widgetSetupCompleted) {