Skip to content

Commit d0eceb5

Browse files
author
FalkWolsky
committed
Removing console log
1 parent a37cb9a commit d0eceb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/packages/lowcoder/src/components/table/columnTypeView.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ export default function ColumnTypeView(props: {
7878
textOverflow?: boolean,
7979
}) {
8080

81-
console.log("ColumnTypeView.textOverflow", props.textOverflow);
82-
8381
const wrapperRef = useRef<HTMLDivElement>(null);
8482
const hoverViewRef = useRef<HTMLDivElement>(null);
8583
const [isHover, setIsHover] = useState(false);

0 commit comments

Comments
 (0)