Remove debugging
This commit is contained in:
parent
a81d86ed08
commit
11e1e9120a
@ -40,7 +40,6 @@ type authHandler struct {
|
|||||||
func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||||
// Determine the namespace and set it in the header
|
// Determine the namespace and set it in the header
|
||||||
namespace := h.namespaceFromRequest(req)
|
namespace := h.namespaceFromRequest(req)
|
||||||
fmt.Printf("Namespace is %v\n", namespace)
|
|
||||||
req.Header.Set(auth.NamespaceKey, namespace)
|
req.Header.Set(auth.NamespaceKey, namespace)
|
||||||
|
|
||||||
// Extract the token from the request
|
// Extract the token from the request
|
||||||
|
Loading…
Reference in New Issue
Block a user