Skip to content
Snippets Groups Projects
Commit 4a637d63 authored by Jonathan Maw's avatar Jonathan Maw
Browse files

Merge branch 'Qinusty/501' into 'master'

Remove misleading info message

See merge request !567
parents de162e43 6106d657
No related branches found
No related tags found
1 merge request!567Remove misleading info message
Pipeline #26474319 passed
...@@ -240,7 +240,6 @@ class CASCache(ArtifactCache): ...@@ -240,7 +240,6 @@ class CASCache(ArtifactCache):
except grpc.RpcError as e: except grpc.RpcError as e:
if e.code() != grpc.StatusCode.NOT_FOUND: if e.code() != grpc.StatusCode.NOT_FOUND:
element.info("{} not found at remote {}".format(element._get_brief_display_key(), remote.spec.url))
raise raise
return False return False
......
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