From a9a8d31279b44644be95a47d1fbdc75e12106ca0 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Thu, 10 Apr 2014 09:55:07 -0500 Subject: [PATCH] typo --- index/storage_cass.go | 1 - 1 file changed, 1 deletion(-) diff --git a/index/storage_cass.go b/index/storage_cass.go index e05597ae1..cca90a2b4 100644 --- a/index/storage_cass.go +++ b/index/storage_cass.go @@ -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())