delete console.log
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-02-08 09:31:03 +01:00
parent cda7a6e3fd
commit be539a54ce
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ export default class Calendar extends FormInput {
this._defaultDate = value;
this.month = value.getMonth();
console.log('Llega');
this.repaint();
}