diff --git a/remix/app/components/Thingtime/Thingtime.tsx b/remix/app/components/Thingtime/Thingtime.tsx index 122a3b3..ebe5a44 100644 --- a/remix/app/components/Thingtime/Thingtime.tsx +++ b/remix/app/components/Thingtime/Thingtime.tsx @@ -369,7 +369,6 @@ export const Thingtime = (props) => { } if (type === "object" && !circular) { if (chakra) { - console.log("nik Chakras", Chakras) const ChakraComponent = Chakras[chakra] console.log("Thingtime is chakra", fullPath, chakra) diff --git a/remix/app/components/Thingtime/ThingtimeURL.tsx b/remix/app/components/Thingtime/ThingtimeURL.tsx index 50a7222..fe7ff58 100644 --- a/remix/app/components/Thingtime/ThingtimeURL.tsx +++ b/remix/app/components/Thingtime/ThingtimeURL.tsx @@ -16,7 +16,7 @@ export const ThingtimeURL = (props) => { }, [matches]) const path = React.useMemo(() => { - console.log("nik location", location) + console.log("ThingtimeURL location", location) // const sanitisation = ["/things", "/edit", "/editor", "/code", "/coder"]