summaryrefslogtreecommitdiff
path: root/src/buildstream/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/source.py')
-rw-r--r--src/buildstream/source.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildstream/source.py b/src/buildstream/source.py
index f4b682616..1fb318b52 100644
--- a/src/buildstream/source.py
+++ b/src/buildstream/source.py
@@ -1085,8 +1085,6 @@ class Source(Plugin):
sourcecache = self._get_context().sourcecache
if self.get_kind() == 'workspace' and not sourcecache.contains(self):
sourcecache.commit(self, [])
- sourcecache.cas.close_channel()
- assert not sourcecache.cas.has_open_grpc_channels()
@property
def _key(self):