builder: Remove recency table logging

I think we are beyond the point where logging this all the time is
useful. It greatly increases the log size and makes searching logs
difficult.

Change-Id: I26133473a00363eb003477ad3be1969c3137208a
This commit is contained in:
David Shrewsbury 2019-08-01 15:47:16 -04:00
parent 4cd2a62630
commit f74c577e9c
1 changed files with 0 additions and 2 deletions

View File

@ -204,8 +204,6 @@ class CleanupWorker(BaseWorker):
self._rtable[i][p].sort(key=lambda x: x[2], reverse=True)
self._rtable[i][p] = self._rtable[i][p][:2]
self.log.debug("Upload recency table: %s", self._rtable)
def _isRecentUpload(self, image, provider, build_id, upload_id):
'''
Search for an upload for a build within the recency table.