mirror of
https://github.com/corda/corda.git
synced 2025-01-02 19:26:47 +00:00
Removed debugging code.
This commit is contained in:
parent
a147385255
commit
230e230448
@ -3,7 +3,6 @@
|
||||
define(['angular', 'services/NodeApi'], (angular, nodeApi) => {
|
||||
angular.module('irsViewer').controller('HomeController', function HomeController($http, $scope, nodeService) {
|
||||
let handleHttpFail = (resp) => {
|
||||
console.log(resp.data)
|
||||
$scope.httpError = resp.data
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,6 @@ define(['angular', 'lodash'], (angular, _) => {
|
||||
// Do some data modification to simplify the model
|
||||
let deal = resp.data;
|
||||
deal.fixedLeg.fixedRate.value = (deal.fixedLeg.fixedRate.ratioUnit.value * 100).toString().slice(0, 6);
|
||||
console.log(deal);
|
||||
return deal;
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user