[ARVADOS] updated: 97cd8d6023f918babc5e6cca7f7a1228f4a32d59
git at public.curoverse.com
git at public.curoverse.com
Fri Nov 14 15:15:02 EST 2014
Summary of changes:
services/keepstore/handlers.go | 4 ----
1 file changed, 4 deletions(-)
via 97cd8d6023f918babc5e6cca7f7a1228f4a32d59 (commit)
from 84b6c8f2d915ad6c1e2843f62bc47e510f2d6f54 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 97cd8d6023f918babc5e6cca7f7a1228f4a32d59
Author: radhika <radhika at curoverse.com>
Date: Fri Nov 14 15:08:44 2014 -0500
4194: remove some more old log statements
diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go
index 7e4256f..5eed4ed 100644
--- a/services/keepstore/handlers.go
+++ b/services/keepstore/handlers.go
@@ -171,9 +171,6 @@ func GetBlockHandler(resp http.ResponseWriter, req *http.Request) {
if err != nil {
// This type assertion is safe because the only errors
// GetBlock can return are DiskHashError or NotFoundError.
- if err == NotFoundError {
- log.Printf("%s: not found, giving up\n", hash)
- }
http.Error(resp, err.Error(), err.(*KeepError).HTTPCode)
return
}
@@ -348,7 +345,6 @@ func GetVolumeStatus(volume string) *VolumeStatus {
//
func DeleteHandler(resp http.ResponseWriter, req *http.Request) {
hash := mux.Vars(req)["hash"]
- log.Printf("%s %s", req.Method, hash)
// Confirm that this user is an admin and has a token with unlimited scope.
var tok = GetApiToken(req)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list