Skip to content

Commit

Permalink
EDIT: removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayasgalan committed Aug 11, 2023
1 parent 46ebb98 commit 846de72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions launcher/src/backend/Monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -3054,11 +3054,6 @@ rm -rf diskoutput
let previousJustifiedEpoch = parseInt(JSON.parse(beaconAPIEpochRunCmd.stdout).data.previous_justified.epoch);
let finalizedEpoch = parseInt(JSON.parse(beaconAPIEpochRunCmd.stdout).data.finalized.epoch);

console.log("currentEpoch", currentEpoch);
console.log("currentJustifiedEpoch", currentJustifiedEpoch);
console.log("previousJustifiedEpoch", previousJustifiedEpoch);
console.log("finalizedEpoch", finalizedEpoch);

// create return data
currentEpochSlotStatus = {
currentSlot: currentSlot,
Expand Down Expand Up @@ -3126,7 +3121,6 @@ rm -rf diskoutput
currentEpochSlotStatus["justifiedEpochStatus"].push(justifiedSlotStatusArray);
currentEpochSlotStatus["preJustifiedEpochStatus"].push(preJustifiedSlotStatusArray);
currentEpochSlotStatus["finalizedEpochStatus"].push(finalizedSlotStatusArray);
console.log("currentEpochSlotStatus", currentEpochSlotStatus);
return currentEpochSlotStatus;
} else if (beaconStatus.code === 2) {
return (currentEpochSlotStatus = {
Expand Down

0 comments on commit 846de72

Please sign in to comment.