got rid of useless print

This commit is contained in:
Ari Brown 2024-01-25 13:49:49 -05:00
parent afd3a0b114
commit 14504accc7

View file

@ -91,7 +91,6 @@ class Execute:
time.sleep(5)
stat = self.status()
pp.pprint(self.info_cache)
self.runtime = self.info_cache['UpdatedAt'] - self.info_cache['CreatedAt']
if self.redshift.rpus: