Fix some bugs

This commit is contained in:
Joshua Boniface 2022-07-06 18:37:16 +00:00
parent d773ded73d
commit c690cdb920
3 changed files with 2 additions and 5 deletions

View File

@ -250,9 +250,6 @@ def entrypoint():
notifications.send_webhook(config, "begin", "Starting up pvcbootstrapd") notifications.send_webhook(config, "begin", "Starting up pvcbootstrapd")
cspec = git.load_cspec_yaml(config)
print(cspec)
# Initialize the database # Initialize the database
db.init_database(config) db.init_database(config)