Remove log

This commit is contained in:
Jorge Manrubia
2025-06-10 11:04:20 +02:00
parent e5f7d252fe
commit a60bf886cf
@@ -10,10 +10,8 @@ export default class extends Controller {
const modal = this.modalValue
if (modal) {
console.log(modal)
this.dialogTarget.showModal()
} else {
console.log("NOT FOUND")
this.dialogTarget.show()
}
}