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

This commit is contained in:
Vicent Llopis 2023-06-15 09:55:32 +02:00
parent a50de4e509
commit 5f2c5c5f9d
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class Controller extends Section {
this.addresses = null;
try {
console.log(this.invoiceDate, this.minInvoicingDate);
if (this.clientsToInvoice == 'one' && !this.clientId)
throw new UserError('Choose a valid client');
if (!this.invoiceDate || !this.maxShipped)