mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
Merge pull request #123 from docker/diogo-remove-stupid-debug-message
Removing Writing data debug line
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user