Skip to content
Snippets Groups Projects
Commit 53570caa authored by Ina Martini's avatar Ina Martini
Browse files

fix: remove console log

parent 4c500dcc
No related branches found
No related tags found
3 merge requests!66Final merge,!57General cleanup of application,!4Pipeline fix
Pipeline #284428 passed
......@@ -115,7 +115,6 @@ const getChallengeIcon = async (challengeId: number) => {
})
challengeImageUrl.value = URL.createObjectURL(imageResponse.data)
} catch (error) {
console.error('Failed to load challenge icon:', error)
challengeImageUrl.value = '/src/assets/star.png' // Fallback on error
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment