This commit is contained in:
Todd Gruben 2014-04-10 09:55:07 -05:00
parent 8420d77ab5
commit a9a8d31279

View file

@ -123,7 +123,6 @@ func (self *CassandraStorage) EndBatch() {
} else {
log.Println("NIL BATCH")
}
start := time.Now()
delta := time.Since(start)
util.SendTimer("cassandra_storage_EndBatch", delta.Nanoseconds())