Skip to content

Commit 0437233

Browse files
committed
Removing conole log with indices
- Removed console.log because these indices are not the timeout entry group indices. The indices are changes in signRelayEntry.
1 parent 2e061ce commit 0437233

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

inspector/scripts/inspect-beacon.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ module.exports = async function() {
3939
console.log(`Relay entries requested: ${entryRequestedEvents.length}`)
4040
console.log(`Relay entries submitted: ${entrySubmittedEvents.length}`)
4141
console.log(`Number of timed-out entries: ${timeoutEvents.length}`)
42-
if (timeoutEvents.length > 0) {
43-
console.log(`timed out entry group indices: ${timeoutEvents.map(event => event.returnValues.groupIndex)}`)
44-
}
4542
console.log(``)
4643

4744
const dkgSubmittedEvents = (await keepRandomBeaconOperator.getPastEvents(

0 commit comments

Comments
 (0)