remove console.logs

This commit is contained in:
Brent O'Neill 2025-09-22 14:29:13 -06:00
parent aaec9c9c95
commit 8a17cccf3d

View file

@ -74,7 +74,6 @@ function ChunksPageContent() {
(file: File) => file.filename === filename
);
console.log({ fileData });
// Extract chunks for the specific file
useEffect(() => {
if (!filename || !(data as File[]).length) {
@ -103,8 +102,6 @@ function ChunksPageContent() {
);
}
console.log({ data });
return (
<div
className={`fixed inset-0 md:left-72 top-[53px] flex flex-row transition-all duration-300 ${