summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_stream.py')
-rw-r--r--src/buildstream/_stream.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index b50be2a0d..0aff5fb94 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -617,12 +617,6 @@ class Stream:
if self._artifacts.has_fetch_remotes():
self._pipeline.check_remotes(target_objects)
- # XXX: We need to set the name of an ArtifactElement to its ref in order
- # to display the expected result in the frontend
- for obj in target_objects:
- if isinstance(obj, ArtifactElement):
- obj.name = obj.get_artifact_name()
-
return target_objects
# artifact_log()