fix: removes log
This commit is contained in:
@@ -54,7 +54,6 @@ export default class extends Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
addProviders(option, props) {
|
addProviders(option, props) {
|
||||||
console.log(props);
|
|
||||||
if (!this.providers.includes(props['provider'])) {
|
if (!this.providers.includes(props['provider'])) {
|
||||||
this.providers.push(props['provider']);
|
this.providers.push(props['provider']);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user