summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-12-14 23:51:42 +0100
committerJürg Billeter <j@bitron.ch>2020-12-14 23:51:42 +0100
commit9e73d600aa95e4cae47410c997ba1b0a145499f6 (patch)
treec5534ff0318b40473e91f7690d2ef866a987ee22
parente21cfb141b8ce07aa90e0217270ff0f7c96ac007 (diff)
downloadbuildstream-9e73d600aa95e4cae47410c997ba1b0a145499f6.tar.gz
revert debugging
-rw-r--r--src/buildstream/_stream.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index be0eeb918..19b6fb8d9 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -173,8 +173,7 @@ class Stream:
# elements (list of Element): The elements to check
#
def query_cache(self, elements):
- # with self._context.messenger.timed_activity("Query cache", silent_nested=True):
- if True:
+ with self._context.messenger.timed_activity("Query cache", silent_nested=True):
# Enqueue complete build plan as this is required to determine `buildable` status.
plan = self._pipeline.plan(elements)