summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.go b/common.go
index f2536a1..6ba0949 100644
--- a/common.go
+++ b/common.go
@@ -56,7 +56,6 @@ func (rs *RepoStatus) Toggle() {
}
func (rs *RepoStatus) Ready() bool {
- log.Log(SPEW, "Ready() maybe not ready? rs =", rs)
if rs == nil {
return false
}