Skip to content

Commit

Permalink
Removed commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Dec 8, 2016
1 parent c0ee0d2 commit d7f166c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache/cache_strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ func (tcs *CacheStrategy) HashWithParameters(method string, url string, requestH
}

hash := hex.EncodeToString(hasher.Sum(nil))
// logging.Logger.Error("HASH = " + hash + ", url = " + url + ", host = " + requestHeader.Get("Host"))
return hash
}

Expand Down

0 comments on commit d7f166c

Please sign in to comment.