Removed console log
This commit is contained in:
parent
225bfd09b9
commit
df94190a8c
|
@ -64,7 +64,6 @@ class Controller extends Summary {
|
|||
return 'warning';
|
||||
if (difference < 0)
|
||||
return 'success';
|
||||
console.log('a');
|
||||
}
|
||||
|
||||
totalPriceColor(ticket) {
|
||||
|
|
Loading…
Reference in New Issue