From 5296a9a2bd20ce98e67458da45be40dff6c4027e Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Sat, 8 Feb 2025 17:50:04 -0500 Subject: [PATCH] fix: remove console.debug --- packages/fern-docs/ui/src/atoms/location.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/fern-docs/ui/src/atoms/location.ts b/packages/fern-docs/ui/src/atoms/location.ts index 5bfbc73882..59f9cf62a5 100644 --- a/packages/fern-docs/ui/src/atoms/location.ts +++ b/packages/fern-docs/ui/src/atoms/location.ts @@ -54,8 +54,6 @@ export const SLUG_ATOM = atom( return; } - console.debug("setting location to in slug atom", pathname); - // replaces the current location with the new slug, and removes any hash (from an anchor) that may be present set( LOCATION_ATOM,