Skip to content

Commit

Permalink
rm spam log
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jul 31, 2024
1 parent d52dd5e commit e1b3200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function getGapSubnet(config) {
gapBlockNum = epochBlockNum-450+1
} else {
console.log("response.status", response.status);
console.log("response.data", response.data);
// console.log("response.data", response.data);
throw Error("could not get gapblock in subnet");
}
});
Expand All @@ -96,7 +96,7 @@ async function getEpochParentnet(config) {
console.log("epochBlockNum", epochBlockNum)
} else {
console.log("response.status", response.status);
console.log("response.data", response.data);
// console.log("response.data", response.data);
throw Error("could not get epoch block in parentnet");
}
});
Expand Down

0 comments on commit e1b3200

Please sign in to comment.