Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Stein authored and hipsterusername committed Mar 29, 2024
1 parent 3d6d89f commit 5be69f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invokeai/app/services/shared/sqlite/sqlite_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5be69f1

Please sign in to comment.