force-app/main/default/classes/LexConsumableAccountController.cls
@@ -277,7 +277,6 @@ accountList.add(String.valueOf(ar.get('hospitalName'))); topInfo.deList.add(Decimal.valueOf(String.valueOf(ar.get('thisAmount')))); } } System.debug('accountList = ' + accountList); System.debug('topInfo = ' + topInfo);