Skip to content

Commit 92ba9b7

Browse files
committed
removed console log
1 parent e90ecea commit 92ba9b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Breadcrumbs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ interface BreadcrumbsProps {
2828
* @param path A single string path, an array of string parts or and array of CrumbData parts
2929
*/
3030
export function getCrumbs(path: string | string[] | CrumbData[]): CrumbData[] {
31-
console.log(typeof path);
3231
if (typeof path === "string") {
3332
path = path.split("/");
3433
}

0 commit comments

Comments
 (0)