Skip to content

Commit

Permalink
tweak: remove unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed Feb 18, 2024
1 parent 5a01032 commit 3b11ce1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/services/new/witness/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,6 @@ export class WitnessServiceV2 {
const witnessSlot = schedule.find(e => {
//Ensure witness slot is within slot start and end
// console.log('slot check', e.bn === slotHeight && e.account === opPayload.required_auths[0])
console.log(e.bn, slotHeight, e.account === fromWitness.account)
if(Math.abs(e.bn - slotHeight) < 30) {
console.log('Account is', e.account)
}
return e.bn === slotHeight && e.account === fromWitness.account
})

Expand Down

0 comments on commit 3b11ce1

Please sign in to comment.