Skip to content

Commit 116812f

Browse files
author
Dennis Schwartz
committed
Turn debug off.
1 parent e144d3a commit 116812f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

biojs/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
GITHUB_CLIENT_ID = os.environ.get('GITHUB_CLIENT_ID') or ''
2626
GITHUB_CLIENT_SECRET = os.environ.get('GITHUB_CLIENT_SECRET') or ''
2727

28-
DEBUG = True
29-
3028
# SECURITY WARNING: don't run with debug turned on in production!
3129
try:
3230
from config import *

0 commit comments

Comments
 (0)