delete clog

This commit is contained in:
Novembert 2021-12-10 18:32:18 +01:00
parent 66d8236df8
commit 9c229142bf

View File

@ -26,7 +26,6 @@ export default {
methods: { methods: {
handlePhotoChange (value) { handlePhotoChange (value) {
this.image = value this.image = value
// this.result = this.checkPhoto(value)
}, },
checkPhoto (photo) { checkPhoto (photo) {
return Math.random() < 0.5 return Math.random() < 0.5