Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Dec 13, 2023
1 parent 118fa17 commit 43b859a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/task/taskTabs/FileTable/GroupedFileTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const columns = (
enableSorting: true,
cell: (value) => {
const fileName = value.getValue() as GroupedFilesFile["name"];
console.log(options);
return (
<CellContainer>
<StyledLink
Expand Down Expand Up @@ -98,7 +97,6 @@ const GroupedFileTable: React.FC<GroupedFileTableProps> = ({
[files]
);
const parsleyLinkRef = useRef<HTMLAnchorElement>(null);
console.log(parsleyLinkRef);
const memoizedColumns = useMemo(
() =>
columns(
Expand Down

0 comments on commit 43b859a

Please sign in to comment.