Skip to content

Commit

Permalink
Prevent unwanted output in unit test logs
Browse files Browse the repository at this point in the history
Change info message into a debug message.
  • Loading branch information
Nick-Hall committed Mar 9, 2024
1 parent 3749fad commit 2e61224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/db/dbapi/dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ def _create_secondary_columns(self):
"""
Create secondary columns.
"""
LOG.info("Creating secondary columns...")
LOG.debug("Creating secondary columns...")
for cls in (
Person,
Family,
Expand Down

0 comments on commit 2e61224

Please sign in to comment.