Skip to content

Commit

Permalink
remove log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vibros68 committed Dec 14, 2023
1 parent 4bbe676 commit b58c46b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions politeiawww/cmd/politeiavoter/mirror_cache.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"fmt"
"sync"
"time"
)
Expand Down Expand Up @@ -38,8 +37,6 @@ func (mc *mirrorCache) getVoteBit() string {
mc.noBits = 0
}
}
fmt.Printf("me rate: %.2f \n", mc.me.Rate())
fmt.Printf("them rate: %.2f \n", mc.them.Rate())
if mc.me.Rate() > mc.them.Rate() {
return VoteBitNo
}
Expand Down

0 comments on commit b58c46b

Please sign in to comment.