]> Sergey Matveev's repositories - btrtrc.git/commitdiff
sqlite storage: Remove num batched write queries log message
authorMatt Joiner <anacrolix@gmail.com>
Mon, 16 Nov 2020 05:25:11 +0000 (16:25 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 16 Nov 2020 05:37:11 +0000 (16:37 +1100)
storage/sqlite/sqlite-storage.go

index cb2d98a395239f24cc34b3b677e286a48e5c6f25..2f58883ae58f87bb24877012dc7c3fe7155997e0 100644 (file)
@@ -387,7 +387,7 @@ func providerWriter(writes <-chan writeRequest, pool ConnPool) {
                }
                expvars.Add("batchTransactions", 1)
                expvars.Add("batchedQueries", int64(len(buf)))
-               log.Printf("batched %v write queries", len(buf))
+               //log.Printf("batched %v write queries", len(buf))
        }
 }