fix: removes log

This commit is contained in:
2025-04-22 20:23:11 -05:00
parent 4bbc44f874
commit 5ebbf9fac0

View File

@@ -54,7 +54,6 @@ export default class extends Controller {
}
addProviders(option, props) {
console.log(props);
if (!this.providers.includes(props['provider'])) {
this.providers.push(props['provider']);
}