Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
remove superfluous error logging in cache.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pittma committed Feb 2, 2016
1 parent 733ee4d commit 7836afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/strategy/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (c *cache) put(ns string, version int, m interface{}) {
c.table[key].time = chrono.Chrono.Now()
c.table[key].metric = metric
} else {
log.Errorf("%+v", c.table)
c.table[key] = &cachecell{
time: chrono.Chrono.Now(),
metric: metric,
Expand Down

0 comments on commit 7836afc

Please sign in to comment.