Revert "Add GC of layers in Clair"

This reverts 49872838ab
This commit is contained in:
Evan Cordell 2016-12-13 18:13:08 -05:00
parent dd5f7cbe6c
commit 5686c80af1
5 changed files with 23 additions and 57 deletions

View file

@ -107,7 +107,6 @@ class Config(object):
def __init__(self):
self.app_config = None
self.store = None
self.secscan_api = None
config = Config()