mirror of
https://github.com/go-micro/go-micro.git
synced 2025-09-16 08:36:30 +02:00
Remove debugging
This commit is contained in:
@@ -40,7 +40,6 @@ type authHandler struct {
|
||||
func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||
// Determine the namespace and set it in the header
|
||||
namespace := h.namespaceFromRequest(req)
|
||||
fmt.Printf("Namespace is %v\n", namespace)
|
||||
req.Header.Set(auth.NamespaceKey, namespace)
|
||||
|
||||
// Extract the token from the request
|
||||
|
Reference in New Issue
Block a user