mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-01 03:01:13 -04:00
remove debug statement
This commit is contained in:
committed by
Kent Keirsey
parent
3d6d89feb4
commit
5be69f191d
@@ -38,7 +38,6 @@ def init_db(config: InvokeAIAppConfig, logger: Logger, image_files: ImageFileSto
|
||||
migrator.register_migration(build_migration_5())
|
||||
migrator.register_migration(build_migration_6())
|
||||
migrator.register_migration(build_migration_7())
|
||||
print("DEBUG: HERE I AM")
|
||||
migrator.register_migration(build_migration_8(app_config=config))
|
||||
migrator.run_migrations()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user