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

1
app.py
View file

@ -236,7 +236,6 @@ else:
database.configure(app.config)
model.config.app_config = app.config
model.config.store = storage
model.config.secscan_api = secscan_api
@login_manager.user_loader
def load_user(user_uuid):