Skip to content

Commit 8cc8c75

Browse files
authored
Remove console log (#2878)
1 parent 04dd337 commit 8cc8c75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/ui-lib/lib/common/components/storage/DisksTable.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ const DisksTable = ({
205205
cells: { title: string | React.ReactNode; props: object }[];
206206
};
207207
});
208-
// eslint-disable-next-line no-console
209-
console.log(rows);
210208
return (
211209
<Table data-testid={testId} variant={TableVariant.compact} aria-label="Host's disks table">
212210
<Thead>

0 commit comments

Comments
 (0)