Skip to content

Commit 90f6d03

Browse files
committed
chore: remove unnecessary log
1 parent 25d3f2a commit 90f6d03

File tree

1 file changed

+0
-1
lines changed
  • typescript-sdk/apps/dojo/src/components/sidebar

1 file changed

+0
-1
lines changed

typescript-sdk/apps/dojo/src/components/sidebar/sidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function Sidebar({ isMobile, onMobileClose }: SidebarProps) {
3333
const pathname = usePathname();
3434
const { theme, setTheme } = useTheme();
3535
const isDarkTheme = theme === "dark"
36-
console.log(isDarkTheme)
3736
const { view, frameworkPickerHidden, viewPickerHidden, featurePickerHidden, setView} = useURLParams();
3837

3938
// Extract the current integration ID from the pathname

0 commit comments

Comments
 (0)