From df94190a8c3882137c3544dc256489b998cf3b6e Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 16 Jun 2021 09:59:54 +0200 Subject: [PATCH] Removed console log --- modules/client/front/summary/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/client/front/summary/index.js b/modules/client/front/summary/index.js index 7a30db95f..40c000118 100644 --- a/modules/client/front/summary/index.js +++ b/modules/client/front/summary/index.js @@ -64,7 +64,6 @@ class Controller extends Summary { return 'warning'; if (difference < 0) return 'success'; - console.log('a'); } totalPriceColor(ticket) {