Skip to content

Commit 5154d08

Browse files
committed
Remove console.log
1 parent 568ff2c commit 5154d08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/misc/InlineSkeletonDisplay.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ import { PropsWithChildren } from "react";
22
import inlineSkeleton from "./inlineSkeleton";
33

44
export default function InlineSkeletonDisplay({ children }: PropsWithChildren) {
5-
console.log(children);
65
return children !== null ? <b>{children}</b> : inlineSkeleton;
76
}

0 commit comments

Comments
 (0)