Skip to content

Commit

Permalink
fixed debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed May 8, 2024
1 parent 59ef7fd commit c6f8454
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@
# Check if the application is under testing
if "test" in sys.argv:
DEBUG = False
else:
DEBUG = True

if DEBUG:
LOGGING = {
Expand Down

0 comments on commit c6f8454

Please sign in to comment.