remove console.logs
This commit is contained in:
parent
aaec9c9c95
commit
8a17cccf3d
1 changed files with 0 additions and 3 deletions
|
|
@ -74,7 +74,6 @@ function ChunksPageContent() {
|
||||||
(file: File) => file.filename === filename
|
(file: File) => file.filename === filename
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log({ fileData });
|
|
||||||
// Extract chunks for the specific file
|
// Extract chunks for the specific file
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!filename || !(data as File[]).length) {
|
if (!filename || !(data as File[]).length) {
|
||||||
|
|
@ -103,8 +102,6 @@ function ChunksPageContent() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log({ data });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`fixed inset-0 md:left-72 top-[53px] flex flex-row transition-all duration-300 ${
|
className={`fixed inset-0 md:left-72 top-[53px] flex flex-row transition-all duration-300 ${
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue