Skip to content

Commit 84fc107

Browse files
committed
Removed thumbnail error message
1 parent c5f83fe commit 84fc107

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/projects/projects-list.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ function Project({
310310
thumbnailPath.set(path);
311311
})
312312
.catch((err) => {
313-
console.error(err);
314-
console.log("path:", project.path);
315313
thumbnailPath.set(null);
316314
});
317315
}, [project.path]);

0 commit comments

Comments
 (0)