Removed console log
This commit is contained in:
parent
225bfd09b9
commit
df94190a8c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue