refs #6213 remove console log
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2023-09-11 12:36:42 +02:00
parent ccfd8fad05
commit cbaf6001a8
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import Section from 'salix/components/section';
class Controller extends Section {
constructor($element, $) {
super($element, $);
console.log($.name);
}
onSubmit() {