mirror of https://github.com/docker/docs.git
Merge pull request #123 from docker/diogo-remove-stupid-debug-message
Removing Writing data debug line
This commit is contained in:
commit
4e8fb88e56
|
@ -102,8 +102,8 @@ func GetHandler(ctx context.Context, w http.ResponseWriter, r *http.Request) err
|
|||
logrus.Errorf("[Notary Server] 404 GET repository: %s, role: %s", gun, tufRole)
|
||||
return errors.ErrMetadataNotFound.WithDetail(nil)
|
||||
}
|
||||
logrus.Debug("Writing data")
|
||||
w.Write(out)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue