Commit c537ab7ad717fbe508e4794669d0333bfc86ab17
1 parent
cca8fa3183
Exists in
master
minor
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/partials/viewCompany/viewCompany.controller.js
... | ... | @@ -252,13 +252,11 @@ angular.module('acufuel') |
252 | 252 | }) |
253 | 253 | $scope.contactAircraftList[i].fuelType = "Jet-A"; |
254 | 254 | $scope.contactAircraftList[i].marginValue = result[i].aircraftsMargin.marginValue; |
255 | - console.log(" $scope.contactAircraftList[i].marginValue", $scope.contactAircraftList[i].marginValue) | |
256 | 255 | $scope.abc = true; |
257 | 256 | |
258 | 257 | }else{ |
259 | 258 | $scope.contactAircraftList[i].fuelType = "100LL"; |
260 | 259 | $scope.contactAircraftList[i].marginValue = result[i].aircraftsAVGASMargin.marginValue; |
261 | - console.log("100 100LL marginValue", $scope.contactAircraftList[i].marginValue) | |
262 | 260 | $scope.xyz = true; |
263 | 261 | } |
264 | 262 | ... | ... |