Skip to content

Commit

Permalink
removed debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfigueras committed Oct 5, 2023
1 parent b882f9b commit 4ceef7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export class Config {
try {
const epoch = await reqEpochCheckpoint(beacon);
const res = await reqEpochSlots(epoch, beacon);
console.log(res);
if(res.code || res.statusCode) {
throw res.message;
}
Expand Down
1 change: 0 additions & 1 deletion src/oracle/epoch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ async function checkConnectivity(oracle: Oracle) {
try {
const delay = 60000 * 15;
await setTimeout(delay);
logger.info("connectivity_check"):
const switched = await oracle.switchToBackup(false);
if(switched) {
eventEpoch.close();
Expand Down

0 comments on commit 4ceef7e

Please sign in to comment.