Skip to content
Snippets Groups Projects
Commit 6944f894 authored by Georges Racinet's avatar Georges Racinet
Browse files

Logs: remove redundant

These were remnant of times when we didn't have the systematic
request logging interceptor.
parent b2f2ebcd
No related branches found
No related tags found
1 merge request!137Logging correlation_id
......@@ -43,7 +43,6 @@
"""
def GetBlob(self, request: GetBlobRequest,
context) -> GetBlobResponse:
logger.info("GetBlob request=%r", request)
# TODO return Unavailable for readLimit = 0, as Gitaly does
repo = self.load_repo(request.repository, context).unfiltered()
chgs_id, path = extract_blob_oid(repo, request.oid)
......@@ -64,10 +63,6 @@
revision_paths = [(rev_path.revision, rev_path.path)
for rev_path in request.revision_paths]
logger.debug("GetBlobs repo relative_path=%r, revision_paths=%r",
request.repository.relative_path,
revision_paths,
)
repo = self.load_repo(request.repository, context).unfiltered()
limit = request.limit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment