Removed console log

This commit is contained in:
Joan Sanchez 2021-06-16 09:59:54 +02:00
parent 225bfd09b9
commit df94190a8c
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class Controller extends Summary {
return 'warning'; return 'warning';
if (difference < 0) if (difference < 0)
return 'success'; return 'success';
console.log('a');
} }
totalPriceColor(ticket) { totalPriceColor(ticket) {