Remove unused console.log

This commit is contained in:
Max Wofford 2024-08-19 18:22:00 -04:00
parent 7035393579
commit 1b97c6a3e8

View file

@ -52,7 +52,6 @@ const CohortCard = ({
}
const firstImage = imageLink || randomNotFoundImg(id)
console.log({imageLink})
function red() {
window.location.href = '/arcade/showcase/project/' + id + '/edit'