Remove a warning message for dispatcher pool for tests

This commit is contained in:
Matthew Jones
2018-11-19 11:19:57 -05:00
parent 61916b86b5
commit 7330102961

View File

@@ -298,7 +298,6 @@ class AutoscalePool(WorkerPool):
# max workers can't be less than min_workers
self.max_workers = max(self.min_workers, self.max_workers)
logger.warning(self.debug_meta)
@property
def should_grow(self):